For forget password
POST
/api/v1/user/forget-password
curl \
-X POST https://api.crawlora.com/api/v1/user/forget-password \
-H "Content-Type: application/json" \
-d '{"email":"string"}'
Request examples
{
"email": "string"
}
Response examples (201)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (422)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}