{"merchantId": "2018633335673798657"}curl --location --request POST '/api/open/rest/merchantDetails' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{"merchantId": "2018633335673798657"}'{
"success": false,
"code": "",
"message": "",
"data": {
"merchantId": "",
"requestId": "",
"auditStatus": "",
"certStatus": "",
"reason": "",
"createTime": "",
"updateTime": ""
}
}