curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/trade/royalty/relation/unbind' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver_list":[
{
"type":"userId",
"account":"2088xxxxx00",
"name":"测试名称",
"memo":"分账给测试商户",
"login_name":"test@alitest.xyz",
"bind_login_name":"test@alitest.xyz"
}
],
"out_request_no":"2019032200000001"
}'