Profile
Change Password
Changes the currently logged-in user's password.
post/v1/auth/me/change-password
Request body
Example request
{
"current_password": "OldSecretPassword123!",
"new_password": "NewSecretPassword123!"
}Response
Password changed successfully
Example response
{
"message": "password changed successfully"
}