{
"serviceCodes": [
"PICKUP_CHANGE"
]
}curl --location -g --request POST 'https://open-test.wanqidian.com/open/api/v1/callback/service/batch/cancel?appid=&noncestr={{$string.alphanumeric(length=8)}}×tamp={{$date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceCodes": [
"PICKUP_CHANGE"
]
}'{
"code": 0,
"message": "string",
"data": {}
}