타인이 쓴 리뷰 조회(타인 프로필)

타인을 클릭했을 때, 그 사람이 쓴 리뷰를 조회할 수 있습니다.


Untitled

자료형

{
    "data": [
        {
            "reviewId": Long
            "longitude": Double
            "latitude": Double
            "content": String
            "starRating": Double
            "reviewImgUrl": String
            "storeName": String
						"likeCount": Integer,
            "liked": boolean
        }
		]
}