My ProfileGET
Returns the profile of the authenticated user, identified by the JWT subject. Includes identity fields (id, email, first/last name) and profile metadata (language, country, address, etc.).
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Profile retrieved successfully