{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Content-Type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS", "X-Requested-With": "", "Vary": "X-Requested-With, X-Flash-Messages", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "80277dc9-6358-4550-8574-099976eb8f90", "X-Runtime": "0.061114", "Expires": "0", "Content-Length": "0" }, "request_method": "POST", "request_path": "/api/storefront/password_resets", "request_body": "{\"email\":\"user60@workarea.com\"}", "request_content_type": "application/json", "response_status": 200, "response_status_text": "OK", "response_body": null, "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/storefront/password_resets\" -d '{\"email\":\"user60@workarea.com\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Password Resets", "description": "Sending a forgot password email", "route": "/api/storefront/password_resets", "http_method": "POST", "explanation": " This will send a password reset email to the email address if there\n is an account. The email will contain a link to the site where the\n password reset can be completed.\n" }