Create a model with data given in the request body.
JSON format is expected. The model performs the validation automatically when instantiated.
POST
/data/news/
curl \
--request POST 'http://api.example.com/data/news/' \
--header "Authorization: $API_KEY"