예약 상세 조회 (토글버튼)
REQUEST
Header
headers { Authorization: "Bearer ${token}" }
PathVariable
RESPONSE
Body
- Body 예시
{ "participants": [ { "followId": 3, "userId": 2, "nickname": "hey", "isFollowed": true, "profileImage" : "https://a3.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "followId": null, "userId": 4, "nickname": "florar", "isFollowed": false, "profileImage" : "https://a3.com" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "followId": null, "userId": 5, "nickname": "jelli", "isFollowed": false, "profileImage" : "https://a3.com" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" } ] }