Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 221 Bytes

CMD.md

File metadata and controls

9 lines (7 loc) · 221 Bytes

Example curl command

curl -X POST \
  -d '{"startDate":"2023-12-13T00:02:00Z", "endDate":"2023-12-14T17:59:51Z","vehicleId":"sprint-3"}' \
  -H "Content-Type: application/json" \
  "http://localhost:3000/search"