curl --location '/api/plans' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "cupiditate",
"allow_live": true,
"allow_tv": true,
"allow_relay": true,
"allow_vod": true,
"allow_transcoder": false,
"allow_publishing": true,
"allow_recording": false,
"allow_rewind": false,
"allow_fallback": false,
"allow_paywall": false,
"channels_limit": 79,
"bitrate": 11,
"storage": 1,
"cdn_bandwidth": 18,
"bandwidth_period": "quisquam",
"egress_bandwidth": 14,
"transcoder_channels": 25,
"transcoder_hours": 2
}'