If you make POST, PUT, PATCH or DELETE requests, changes will be stored on mongodb.
Your request body JSON should be object enclosed, just like the GET output. (for example {"name": "Foobar"})
Id values are not mutable. Any id value in the body of your PUT or PATCH request will be ignored. Only a value set in a POST request will be respected, but only if not already taken.
id values are currently saved as plain text, this probably will change in the