API Playground
ทดสอบ 4 endpoints ของ CleanThunJai · ใช้ curl/Postman ได้เหมือนกัน
Request body
Response
// run a request to see the response
curl equivalent
curl -X POST http://localhost:3017/api/match \
-H "Content-Type: application/json" \
-d '{ "request": { "customerId": "demo", "service": "general_cleaning", "start": "2026-06-04T09:00", "durationHours": 3, "location": { "lat": 13.7563, "lng": 100.5018 }, "language": "th", "preferences": {...'