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