cURL
curl --request POST \ --url https://api.mottostreaming.com/iam/accounts/v1/password_change \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "old_password": "<string>", "new_password": "<string>" }'
{}
ChangePassword
Changes account password using old password and new password.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object