{
"id": 0,
"code": "",
"name": ""
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment002/check/only' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "",
"name": ""
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}