x-api-key: ********************
{ "title": "string", "channel": "string", "walletId": "string", "accountNumber": "string", "accountType": "physical", "currency": "string", "status": "active", "userId": "string", "expiresAt": "string", "amount": 0 }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/createAccount/' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "title": "string", "channel": "string", "walletId": "string", "accountNumber": "string", "accountType": "physical", "currency": "string", "status": "active", "userId": "string", "expiresAt": "string", "amount": 0 }'
{}