POST
/_ml/calendars
curl \
--request POST http://api.example.com/_ml/calendars \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"page":{"from":42.0,"size":42.0}}'
curl \
--request POST http://api.example.com/_ml/calendars \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"page":{"from":42.0,"size":42.0}}'