x-api-key: ********************
curl --location --request POST 'https://app.inboundiq.ai/api/v1/wallet/topup' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 100, "method": "automatic" }'
{}