curl --location --request POST '/account/v1/listMerchant' \
--header 'X-Agency-ID: 05bfaf07-7c1e-4619-8a08-0a32f7129e17' \
--header 'X-Signature: 123' \
--header 'X-Timestamp: {{$date.timestamp}}'
{
"code": "string",
"data": {
"total": 0,
"list": [
{
"id": "string",
"name": "string",
"legalPersonName": 0,
"legalPersonPhone": "string",
"status": [
"lock"
],
"email": "string"
}
]
}
}