POST /api/v1/<%= content_type.name.downcase.pluralize %>
The token for your application.
The authorization token for your user.
This hash should pass field IDs as keys with strings to set that field's initial value to. For example,
{ "id": 12345, "name": "Some <%= content_type.name %>", <% unless content_type.name == Universe.name %> "universe_id": 2, <% end %> "meta": { "created_at": "2020-02-01 08:24:20 UTC", "updated_at": "2020-02-09 06:57:12 UTC" }, "categories": { "Overview": { "fields": [ { "id": 123, "label": "Description", "value": "Some Description" }, { "id": 124, "label": "Another Field", "value": "Some other value" }, ... ], }, ... }, "references": [...] }