Files
noahspan-go/rest-api/api-test/create-event.http
2026-07-08 06:59:16 -05:00

9 lines
208 B
HTTP

POST http://localhost:8080/events
content-type: application/json
{
"name": "Test event",
"description": "A test event",
"location": "A test location",
"dateTime": "2025-01-01T15:30:00.000Z"
}