curl --request POST \
--url http://co-mind-platform-host/v1/auth/password-reset-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}Send a password reset email to the specified address.
curl --request POST \
--url http://co-mind-platform-host/v1/auth/password-reset-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"message": "<string>"
}