예약 상세 조회 (토글버튼)
REQUEST
Header
headers { Authorization: "Bearer ${token}" }
PathVariable
RESPONSE
Body
- Body 예시
{ "contents": [ { "user": { "id": "2", "nickname": "hey", "profileImage" : "https://a3.com", }, "followId": "3" }, { "user": { "id": "4", "nickname": "florar", "profileImage" : "https://a3.com", }, "followId": null }, { "user": { "id": "5", "nickname": "jelly", "profileImage" : "https://a3.com", } "followId": null } ] }