ticket-system/source/ticketAPI/api/RestFiles/ticket.http
Tara Wilson a510abd7f7 Adding external connection to mongo
Adding endpoints
Updating rest files
2024-12-02 20:52:16 -05:00

13 lines
218 B
HTTP

@api_HostAddress = http://localhost:5168
POST {{api_HostAddress}}/ticket
Accept: application/json
Content-Type: application/json
{
"ticketType": "Single",
"eventId": "1a06c032-b073-4715-9b95-9f3410e7abd9"
}
###