Accept json posts in the following formats:
POST /posts
jsonapi.org plural rooted document:
{"things":[{"name": "My Name", "location": "here"}]}rails rooted document:
{"thing":{"name":"My Name", "location": "here"}}top level document:
{"name": "My Name", "location": "here"}"Be conservative in what you send, be liberal in what you accept" - Robustness Principle