{
"appKey": "appKey",
"operatorOrgId": "123456",
"operatorOrgType": "",
"operator": "tyl",
"id": 150457231275027892
}
curl --location --request POST '/ypc/vientiane/activity/cancelActivity' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "appKey",
"operatorOrgId": "123456",
"operatorOrgType": "",
"operator": "tyl",
"id": 150457231275027892
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}