Profile
Update Me
Updates the profile of the currently logged-in user.
put/v1/auth/me
Request body
Example request
{
"email": "newemail@example.com"
}Response
User profile updated successfully
Updates the profile of the currently logged-in user.
{
"email": "newemail@example.com"
}User profile updated successfully