Method
PATCH
Description
게시물 수정
End Point
/post/{postId}
Header
{ "Authorization": {AccessToken} }
Request Body
{ "title" : "생리대 착용 방법", "content" : "", "images" : [이미지 file 배열] }
Response Body