Authorization: ********************{
"appealId": "68e8bd5456a9bdff631a308b"
}curl --location --request POST '/api/appeal/cancel_appeal' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appealId": "68e8bd5456a9bdff631a308b"
}'{
"error": "string",
"message": "string",
"success": true,
"data": [
{}
]
}