x-api-key: ********************
{ "walletId": "string", "currency": "string", "accountNumber": "string" }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL/WalletAPI/getAccount/' \ --header 'x-api-key;' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "walletId": "string", "currency": "string", "accountNumber": "string" }'
{ "projectId": "string", "accountType": "string", "accountNumber": "string", "channel": "string", "currency": "string", "status": "string", "walletId": "string", "createdAt": "string", "balance": 0 }