21. Create an entity
POST http://services.odata.org/V4/TripPinService/People
To create a resource, send a POST to a collection.
Request Body
{"UserName"=>"miathompson", "FirstName"=>"Mia", "LastName"=>"Thompson", "Gender"=>"Female"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |