POST
/
api
/
user
/
sendEmailToResetPassword
curl --request POST \
  --url https://api.plazbot.com/api/user/sendEmailToResetPassword \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "company": "<string>"
}'

Body

application/json

Response

200

OK