GET /api/v1/admin/exhibitions/{exhibitionId}
200 Success { "message": "전시회 단건 조회 성공", "code" : 200, "data" : { "exhibitionId" : 1, "name": "번아웃증후군", "thumbnail": "https://www.culture.go.kr/upload/rdf/22/07/show_2022071816261910020.jpg", "startDate": "2022-08-04", "endDate": "2022-08-10", "area": "SEOUL", "url": "http://galleryraon.com/?page_id=2472#upcoming", "placeUrl": "http://galleryraon.com/?page_id=2472#upcoming", "inquiry": "010-8425-8082", "fee": "무료", "genre": null, "description": null, "likeCount": 5, "reviewCount": 5, "placeAddr": "서울특별시 종로구 자하문로41길 4 갤러리라온", "lat": 37.597625, "lng": 126.962292, "isLiked": false, "reviews": [] // 항상 빈 배열 } }