curl --location --request POST 'https://api.rapira.net/open/otc/order/appeal/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "963936310324625408"
}'{
"code": 200,
"message": "OK"
}