Create
Create a new concert
POST
/concets
<Description of the endpoint>
Authority
ROLE
DESCRIPTION
MASTER
관리자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
concertTitle
String
콘서트 이름
concertStartTime
TIMESTAMP
시작 시간
playtime
INTEGER
진행 시간
description
String
설명
venueId
UUID
공연장 ID
prices
List<Price>
가격
Response
Last updated