curl --location --request GET 'https://app.inboundiq.ai/api/v1/wallet' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Wallet details fetched",
"data": {
"balance": 1000.04,
"autoTopup": {
"enabled": true,
"minThreshold": 500,
"topupAmount": 5000
}
}
}