curl --location --request PUT '/api/plans/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "rlhmwly",
"allow_live": false,
"allow_tv": true,
"allow_relay": false,
"allow_vod": true,
"allow_transcoder": false,
"allow_publishing": false,
"allow_recording": true,
"allow_rewind": true,
"allow_fallback": true,
"allow_paywall": true,
"channels_limit": 68,
"bitrate": 21,
"storage": 66,
"cdn_bandwidth": 9,
"bandwidth_period": "monthly",
"egress_bandwidth": 21,
"transcoder_channels": 40,
"transcoder_hours": 51
}'