Create, Read, Update and Delete or CRUD, forms the fundamental operations/functionality provided by any service. In REST, a POST request is used to add a new entry into the collection represented by a resource. In other words, to create a new item, REST m