Returns the profile information of the currently authenticated user, including their ID, email, name, role, and profile image.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Returns the profile information of the currently authenticated user.
The response is of type object
.