curl --location --request GET 'https://api.flireo.nl/v1/user' \
--header 'Authorization: Bearer <token>'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"full_name": "string",
"company_name": "string",
"phone_number": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"subscription_id": "string",
"credits_balance": 0,
"created_at": "2019-08-24T14:15:22.123Z"
}