User Account
Reset password
Reset the password for the currently authenticated user.
Overview:
Allows a logged-in user to change their password by providing the current password and a new password.
post/userAccount/password/reset
Request body
Response
Password reset successfully - returns new access token
Example response
{
"data": "password reset"
}