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