Most of the times, CRUD API design uses POST for Create and PUT for Update, which has to do with the semantics of these verbs:
Read moreMost of the times, CRUD API design uses POST for Create and PUT for Update, which has to do with the semantics of these verbs:
Read more