{ "venueId": "string" }
curl --location --request DELETE '/api/reserve/deleteVenue' \ --header 'X-HAHACAR-TOKEN;' \ --header 'Content-Type: application/json' \ --data-raw '{ "venueId": "string" }'
{ "code": "string", "msg": "string", "data": {} }