curl --request PATCH \
--url https://api.example.com/api/work_pools/{name} \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"is_paused": true,
"base_job_template": {},
"concurrency_limit": 1,
"storage_configuration": {
"bundle_upload_step": {},
"bundle_execution_step": {},
"default_result_storage_block_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
'