Authorization: Bearer ********************
{
"batchId": "string",
"msg": "string"
}
curl --location --request POST '/c5-feemanage/cancellationfee/apply-cancellationfee' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "string",
"msg": "string"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}