x-api-key: ********************
{ "walletId": "string", "currency": "string", "accountNumber": "string" }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/getAccount/' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --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 }