Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/user/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Casey Dach",
"email": "user@example.com",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"company_id": 0,
"role_id": 0,
"email_verified_at": "2019-08-24T14:15:22.123Z",
"password_confirmed": true
}