나의 분양글 조회

HTTP request

GET /mypage/adopt?status=1 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: "access token"
Host: localhost:8080

HTTP response

HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 405

[ {
  "id" : 1,
  "title" : "강아지 분양해요",
  "context" : "너무 귀여워요",
  "author" : "코린이",
  "view" : 23,
  "like" : 3,
  "publishedAt" : 1687162903693,
  "thumb" : "/thumbnail"
}, {
  "id" : 2,
  "title" : "페페 분양해요",
  "context" : "밥 많이 먹어요",
  "author" : "코더남",
  "view" : 32,
  "like" : 1,
  "publishedAt" : 1687162903693,
  "thumb" : "/pepe"
} ]