curl --request GET \
--url https://api.getovra.com/billing/balance \
--header 'Authorization: Bearer <token>'{
"balanceEuros": 123,
"hasPaymentMethod": true
}curl --request GET \
--url https://api.getovra.com/billing/balance \
--header 'Authorization: Bearer <token>'{
"balanceEuros": 123,
"hasPaymentMethod": true
}