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.mircate.com/5p1hp1d2t/CALL/WalletAPI/createAccount/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "channel": "string", "walletId": "string", "accountNumber": "string", "accountType": "physical", "currency": "string", "status": "active", "userId": "string", "expiresAt": "string", "amount": 0 }'
{}