x-api-key: ********************
{ "from": 0, "query": "string", "accountNumbers": [ "string" ] }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/Wallet/getAccounts/-' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "from": 0, "query": "string", "accountNumbers": [ "string" ] }'
{ "YOUR_WALLET_ACCOUNT_ID": { "title": "string", "projectId": "string", "accountType": "string", "accountNumber": "string", "accountNumberType": "string", "channel": "string", "currency": "string", "status": "string", "walletId": "string", "createdAt": "string", "balance": 0 }, "undefined": { "code": "string", "message": "string" } }