Body
application/json
Response
Successful response
- Option 1
- Option 2
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>"
}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>"
}Successful response