collection POST가 새 resource URI를 만든다
server가 식별자를 정하고 201 response의 Location으로 client에 공개한다.
등록 command를 받는 collection
규칙 검증과 저장
새 resource identity
/api/posts/42를 반환
server가 식별자를 정하고 201 response의 Location으로 client에 공개한다.
등록 command를 받는 collection
규칙 검증과 저장
새 resource identity
/api/posts/42를 반환