GET
/users/profile
curl \
--request GET 'http://localhost/api/v1/users/profile'
Response examples (200)
{
"createdAt": "string",
"email": "john@example.com",
"id": "550e8400-e29b-41d4-a716-446655440000",
"updatedAt": "string",
"username": "john_doe"
}
Response examples (500)
{
"code": 400,
"error": "Invalid input",
"message": "The provided data is invalid"
}