curl -X PATCH "https://api.tornadoapi.io/batch/550e8400-e29b-41d4-a716-446655440001/jobs" \
-H "x-api-key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"renames": [
{"job_id": "uuid-1", "filename": "01 - Introduction"},
{"job_id": "uuid-2", "filename": "02 - Getting Started"},
{"job_id": "uuid-3", "filename": "03 - Deep Dive"}
]
}'