POST
/
iam
/
accounts
/
v1
/
password_reset
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>"
}'
{}

Body

application/json
reset_code
string
required
new_password
string
required

Response

200
application/json
OK

The response is of type object.