Authorization: Bearer ********************
curl --location --request POST 'https://dotorit.duckdns.org/api/v1/board' \
--form 'createBoard="{ \"title\" : \"게시글 예시1\", \"writer\" : \"tester\", \"content\" : \"안녕하세요 게시글입니다. 안녕히 계세요\", \"keywords\" : [\"프론트엔드 개발\", \"취업/이직\"], \"boardType\" : \"IT 일상\"}"' \
--form 'images=@"/Users/Sunro1994/Desktop/스크린샷 2025-02-25 오후 7.15.20.png"' \
--form 'images=@"/Users/Sunro1994/Desktop/스크린샷 2025-02-25 오후 7.01.53.png"'
{
"code": 0,
"message": "string",
"data": {
"boardId": 0,
"title": "string",
"writer": "string",
"content": "string",
"viewCount": 0,
"likeCount": 0,
"createdTime": null,
"boardKeywords": [
"string"
],
"imageList": [
"string"
],
"userInfo": {
"userId": 0,
"nickname": "string",
"profileImage": "string",
"keyword": [
"string"
],
"simpleIntroduce": "string"
},
"commentCount": 0
}
}