jsonplaceholder
jsonplaceholder copied to clipboard
Status header to create or delete resource
When send a POST or DELETE request to create or deleting a resource, could return in response header the status of request , don't?
Example:
POST Request
{"Status": "201 Created"}
DELETE Request
{"Status":"204 No Content"}