x-signature: ********************curl --location '/api/v1/merchants//accounts' \
--header 'x-app-id;' \
--header 'x-timestamp;' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'x-signature: <api-key>'{
"success": true,
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": [
{
"accountId": "string",
"merchantId": "string",
"assetCode": "USDT",
"totalBalance": "string",
"frozenBalance": "string",
"availableBalance": "string",
"status": "ACTIVE"
}
]
}