id: "user-login" request: method: "POST" path: "/api/v1/login" query_params: redirect: "/dashboard" headers: Content-Type: "application/json" body: username: "test" password: "123456" response: status: 200 headers: Content-Type: "application/json" body: '{"code": 0, "message": "success", "data": {"token": "mock_token_12345"}}' settings: delay_ms: 100