{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}
curl --location --request POST '/businessCategoryControl/checkExists' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}'
{
"code": "",
"message": "",
"data": false
}