Authorization: Bearer ********************curl --location --request GET 'https://api.tenbyte.io/v1/workers' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"machine_id": "string",
"codec": "string",
"max_width": 0,
"max_height": 0,
"max_fps": 0,
"supports_hdr": true
}
]