POST
/
iam
/
accounts
/
v1
/
password_reset
/
send
curl --request POST \
  --url https://api.mottostreaming.com/iam/accounts/v1/password_reset/send \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{}

Body

application/json
email
string
required

Response

200
application/json
OK

The response is of type object.