{"message":"Combined Mock Server & Test Trigger","port":10000,"endpoints":{"POST /webhooks/payment":{"description":"Mock webhook receiver (simulates client server)","features":["30% random failure rate","500ms processing delay","Logs all incoming requests"],"example":{"url":"http://localhost:10000/webhooks/payment","body":{"id":"test-123","amount":100}}},"POST /trigger-flash-sale":{"description":"Trigger a flash sale test","body":{"saasUrl":"string (required) - Base URL of your SaaS","endpointId":"string (required) - Endpoint ID to test","totalRequests":"number (optional) - Number of requests to send (default: 5)"},"example":{"url":"http://localhost:10000/trigger-flash-sale","body":{"saasUrl":"http://localhost:3000/hooks","endpointId":"887c5a04-7065-422b-9a0f-bc187ebdf393","totalRequests":100}}},"GET /dashboard":{"description":"Web UI for triggering flash sales and monitoring webhook activity in real-time"},"GET /health":{"description":"Check server health and list all endpoints"},"GET /":{"description":"This page - usage instructions"}},"configuration":{"crashRate":"30%","processDelay":"500ms","port":10000}}