채팅 내용 조회
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
PathVariables
RequestParameter
RESPONSE
Body
- Body 예시
"content":[ { "court": { "id": number, "name": string }, "creator": { "id": number, "nickname": string, "image": string }, "conversation": { "content": string, } | null, "loudSpeaker" : { "startTime": string, } | null, "createdAt": string, "updatedAt": string, } ], "lastId": 10 }