Authorization: Bearer ********************curl --location --request GET 'https://api-staging.tenbyte.io/v1/v1/jobs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"data": {
"video_id": "string",
"source_url": "string",
"resolutions": [
"string"
],
"destination": {
"access_id": "string",
"access_key": "string",
"bucket": "string",
"region": "string",
"prefix": "string",
"endpoint": "string"
}
},
"message": "string",
"success": true
}