x-api-key: ********************Authorization: Bearer ********************curl --location --request GET 'https://dev.enrich.so/api/v3/wallets/balance' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"organizationId": "665e0b2f4a6d8c001abc1234",
"balance": 25000,
"currency": "credits",
"asOf": "2025-06-03T14:22:10.000Z"
}
}