cURL
curl --request POST \ --url https://api.mottostreaming.com/iam/accounts/v1/password_reset \ --header 'Content-Type: application/json' \ --data '{ "reset_code": "<string>", "new_password": "<string>" }'
{}
ResetPassword
Changes account password without old password from forgot your password page UI.
OK
The response is of type object.
object