{
"inviterUserId": 0,
"inviteeUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/recommend/app/appointment/cancelAppointment' \
--header 'Content-Type: application/json' \
--data-raw '{
"inviterUserId": 0,
"inviteeUserId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}