{
"userId": "string",
"accountId": "string",
"merchantId": "string"
}curl --location --request POST 'https://gateway-openapi.coralglobal.cn/v1/merchant/disconnect' \
--header 'X-Request-Id: {{X-Request-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"accountId": "string",
"merchantId": "string"
}'{
"code": "",
"message": "",
"data": {
"merchantId": ""
},
"timestamp": ""
}