BP136: Use correct HTTP methods
Use the following methods:
GET - retrieves data.
POST - creates a record.
PUT - updates an whole existing record.
DELETE - deletes a record.
PATCH - updates some properties (columns) of an existing record.
Use the following methods:
GET - retrieves data.
POST - creates a record.
PUT - updates an whole existing record.
DELETE - deletes a record.
PATCH - updates some properties (columns) of an existing record.