curl --request PATCH \
--url https://api.example.com/api/v2/concurrency_limits/{id_or_name} \
--header 'Content-Type: application/json' \
--data '
{
"active": true,
"name": "<string>",
"limit": 1,
"active_slots": 1,
"denied_slots": 1,
"slot_decay_per_second": 1
}
'