Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/jobs' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content_url": "<string>",
"content_id": "<string>",
"profiles": [
"<string>",
"<string>"
],
"destination": {
"region": "<string>",
"bucket": "<string>",
"endpoint": "<string>",
"access_key": "<string>",
"secret_key": "<string>",
"disable_ssl": "<boolean>"
},
"content_type": "<string>"
}'{
"id": "<string>",
"content_url": "<string>",
"content_id": "<string>",
"profiles": [
"<string>",
"<string>"
],
"status": "<string>",
"worker_machine_id": "<string>",
"progress": "<integer>",
"output_manifest": "<string>",
"error": "<string>"
}