curl --location --request POST 'https://sit.cheertoys.cn/api/product_order_cancel_pay' \
--header 'Authorization: Bearer <token>'{
"status": 1,
"msg": "请求成功",
"data": {
"property1": "string",
"property2": "string"
}
}