API 설계

Api Response Format

header:{
	statusCode: 200
},
body:{  -> 위에 적은 response 형태
  "postId": 1,
  "content": "ahpuh",
  "score": 100
}

Date Format

GET, DELETE => header에 데이터 포함

POST, PUT => body에 데이터 포함

Status Code