POST
/
v1
/
user
/
reset-password
curl --request POST \
  --url https://app.enzo.health/api/v1/user/reset-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
{
  "error": "<string>"
}

Body

application/json

Response

200
application/json

Successful response

The response is of type object.