게시물이 없을 시에는 { "data": [], "message": "찜한 게시물이 성공적으로 조회되었습니다. }
data에 빈 배열이 조회됩니다.
{
"data": [
{
"id": 1,
"userId": 10,
"postId": 11,
"createdAt": "2021-10-28T16:22:18.000Z",
"updateTimestamp": "2021-10-28T16:22:18.000Z",
"post": {
"userId": 10,
"title": "의자 드려요",
"contents": "의자 드려요 의자 드려요",
"imagePath": "uploads/photo_example1(1635436430586).jpg",
"address": "경기도 용인시 처인구",
"dueDate": "20211029"
},
"user": {
"nickname": "최기철1"
}
},
{
"id": 2,
"userId": 10,
"postId": 12,
"createdAt": "2021-10-28T16:28:35.000Z",
"updateTimestamp": "2021-10-28T16:28:35.000Z",
"post": {
"userId": 10,
"title": "책상 드려요",
"contents": "책상 드려요 책상 드려요 사진은 채팅",
"imagePath": "",
"address": "경기도 용인시 처인구",
"dueDate": "20211029"
},
"user": {
"nickname": "최기철1"
}
}
],
"message": "찜한 게시물이 성공적으로 조회되었습니다."
}