Method
POST
Description
게시물 작성 & 저장
End Point
/post
Header
{ "Content-Type": "multipart/form-data", "Authorization": {AccessToken} }
Request Body
{ "title" : "생리대 착용 방법", "content" : "", "images" : [이미지 file 배열] }
Response Body
성공 : 200 : {"isSuccess" : "true"} 실패 : 400 : {"isSuccess" : "false"}