Request
size = 20 고정
lastPostId : 마지막 포스트 아이디 size : 몇개까지 가져올건지
posts?tagIds=[1, 2, 3]&title=”string”&lastPostId=40
최초
/posts
Response
"data": { [ { "postId": 1L, "postThumbnailPath": "path", "title": "제목", "createDate":"2022-07-26", "latitude" : "1234.1234", "longitude" : "1234.1234" } ] }