curl --request GET \
--url https://api.getovra.com/customers/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"ownerId": "<string>",
"type": "<string>",
"email": "<string>",
"status": "<string>",
"plan": "<string>",
"walletBalanceEuros": 123,
"planLimits": {},
"createdAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.getovra.com/customers/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"ownerId": "<string>",
"type": "<string>",
"email": "<string>",
"status": "<string>",
"plan": "<string>",
"walletBalanceEuros": 123,
"planLimits": {},
"createdAt": "2023-11-07T05:31:56Z"
}