uploadables pivot. The upload must already exist in the system. Permission: write taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/42/uploads' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"upload_id": 1
}'{
"message": "Success.",
"task_id": 1,
"upload_id": 1
}