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
The response is of type object
.