Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/v1/admin/workers//capabilities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hardware_type": "cpu",
"codec": "h264",
"max_width": 3840,
"max_height": 2160,
"max_fps": 60,
"supports_hdr": false
}'