x-api-key: ********************
{ "walletId": "string", "currency": "string", "accountNumber": "string", "description": "string", "amount": 0, "channel": "string", "additionalData": {}, "expiresAt": "string", "referenceId": "string", "userId": "string", "storeId": "string", "storeName": "string" }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL/WalletAPI/fix/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "walletId": "string", "currency": "string", "accountNumber": "string", "description": "string", "amount": 0, "channel": "string", "additionalData": {}, "expiresAt": "string", "referenceId": "string", "userId": "string", "storeId": "string", "storeName": "string" }'
{ "transaction": { "transactionId": "string", "type": "string", "amount": 0, "description": "string", "channel": "string", "createdAt": "string" }, "balance": 0 }