curl --request GET \
--url https://api.getovra.com/customers/wallet \
--header 'Authorization: Bearer <token>'{
"walletBalanceEuros": 123,
"iban": "<string>",
"plan": "<string>"
}curl --request GET \
--url https://api.getovra.com/customers/wallet \
--header 'Authorization: Bearer <token>'{
"walletBalanceEuros": 123,
"iban": "<string>",
"plan": "<string>"
}