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