curl --location --request POST '/Webhook/Business/Set?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventUrl": "string",
"logoutUrl": "string",
"syncMessageUrl": "string"
}'
{
"Code": 0,
"CodeValue": "string",
"Data": {},
"Data62": "string",
"Debug": "string",
"ID": 0,
"Message": "string",
"Success": true
}