Create
Create a new user
POST
/seats
Authority
ROLE
DESCRIPTION
MASTER
관리자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
venueId
UUID
Id of the venue
grade
ENUM
좌석 등급
seatsPerGrade
Integer
등급 당 좌석 갯수
Response
Last updated