User
Reset Password Request
Send password mail to user (create user if it not exist, but have partner with same email)
Set cookie: session_id value what we got from authenticate
POST /api/v1/store/reset_password_request
Headers:
{ "Content-Type": "application/json", "Cookie": "session_id=4e21fd7bf236b7d283b471254b8c94a57c8a3a08"}Request Body:
{ "login": "test@example.com"}Response:
{ "result": true}