POST
/v1/auth/forgot-password
curl \
--request POST 'https://api.classmanager.io/v1/auth/forgot-password' \
--header "Content-Type: application/json" \
--data '{"email":"john@gmail.com"}'
Request examples
{
"email": "john@gmail.com"
}
Response examples (422)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}