Auth
Get current user info
get/api/auth/me
Response
Current user information
Example response
{
"created_at": "2023-01-01T00:00:00",
"email": "user@example.com",
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}Current user information
{
"created_at": "2023-01-01T00:00:00",
"email": "user@example.com",
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}