Change the current user's password
Verifies the current password and replaces it with a new password of at least eight characters for the authenticated user.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
old_password
new_password
Response
The current user's password was updated.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error

