api-key: ********************curl --location --request GET 'https://api.youratlas.com/v1/api/customer-wallet' \
--header 'api-key: <api-key>'{
"balance": 0,
"transactions": [
{
"txType": "credit",
"amount": 0,
"description": "string",
"occurredAt": "2019-08-24T14:15:22.123Z",
"balanceAfter": 0
}
]
}