Create a model with data given in the request body.

POST /data/schedule-items/

JSON format is expected. The model performs the validation automatically when instantiated.

Responses

POST /data/schedule-items/
curl \
 --request POST http://api.example.com/data/schedule-items/ \
 --header "Authorization: $API_KEY"