POST /v2/auth/forgot-password HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"login": "text"
}{
"custom_message": null,
"data": {
"email": "text",
"email_found": true,
"sms_id": "text",
"user_id": "text"
},
"description": "text",
"status": "text"
}