{
"serviceId": 755
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/refund/service_cancel' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": 755
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "23102311333801682648",
"content": []
}