curl --location --request POST 'https://api-staging.tenbyte.io/v1/v1/jobs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "job-12345",
"name": "S3 to GCS Data Transfer",
"manifest": "s3://my-bucket/transfer/manifest.json",
"destination": {
"region": "us-west-1",
"access_id": "AKIAIOSFODNN7EXAMPLE",
"access_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"endpoint": "https://storage.googleapis.com",
"bucket": "gcs-target-bucket",
"disable_ssl": false
}
}'