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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
Use this file to discover all available pages before exploring further.