curl --request GET \
--url https://api.capitalcheckin.app/auth/user \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "[email protected]",
"company_id": "<string>",
"role": "admin",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Get information of the authenticated user using OAuth2 access token
curl --request GET \
--url https://api.capitalcheckin.app/auth/user \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "[email protected]",
"company_id": "<string>",
"role": "admin",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}OAuth2 access token for authentication