Auth
Get Authenticated User
Returns the currently authenticated user. Requires a valid Sanctum bearer token.
get/api/user
Response
The authenticated user
Example response
{
"id": 1,
"name": "John Doe",
"email": "john@example.com",
"language_id": 1
}