curl --location --request PUT 'http://localhost:5600/open/system/config/cron-concurrency' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cronConcurrency": "string"
}'
{
"code": 0,
"data": {}
}