Authorization: ********************
{ "appealId": "68e8bd5456a9bdff631a308b", "comment": "同意申诉,免除考核。" }
curl --location --request POST '/api/appeal/approve_appeal' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "appealId": "68e8bd5456a9bdff631a308b", "comment": "同意申诉,免除考核。" }'
{ "error": "string", "message": "string", "success": true, "data": [ {} ] }