Authorization: ********************curl --location --request GET 'https://dev.your-api-server.com/auth/me' \
--header 'Authorization: Bearer <token>'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "admin@company.com",
"employee_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"roles": [
"admin",
"hr"
],
"created_at": "2025-01-15T08:00:00Z",
"updated_at": "2025-01-20T10:30:00Z"
}