Untitled

Request (Multipart createjson)

{
    "category" : "맛집",
    "title": "TestTitle",
    "content": "TestContent",
    "place": "TestPlace"
}

Request (file)

→ file upload

Response - 성공

{
    "isSuccess": true,
    "code": "NEIGHBORHOOD_POST_201",
    "message": "동네 게시글 생성 성공",
    "result": {
        "id": 12,
        "dong": "상도동",
        "neighborhoodPostCategory": "맛집",
        "title": "TestTitle2",
        "content": "TestContent",
        "place": "TestPlace",
        "imageUrls": [
            "<https://schrodinger-cau.s3.ap-northeast-2.amazonaws.com/2f60e6a4-ac76-4e38-a90e-1144a5eac4a4.png>",
            "<https://schrodinger-cau.s3.ap-northeast-2.amazonaws.com/ebb642fa-e019-452c-9186-28b7a3290a4e.png>"
        ],
        "createdAt": "2023-11-28T16:35:25.679789",
        "view": 0
    }
}