{
"accountId": 0,
"aggOrgId": 0,
"productCode": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/public/account/unbindAccountProduct' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": 0,
"aggOrgId": 0,
"productCode": "string"
}'
{
"code": "2000",
"data": {
"accountId": 501319884953664,
"productCode": "006",
"aggOrgId": 7583454730897015
},
"success": true,
"message": "解绑成功",
"reqId": "0e8fe079d2714044b876ee1171cec463"
}