{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\",\"bindNo\":\"xxx\"}"
}curl --location --request POST '/open-api/v1/splitPaymentReceiver/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\",\"bindNo\":\"xxx\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"bindNo": "SPR6544727914841"
}
}