curl --request PUT \
--url https://api.example.com/api/core/context-categories/{context_category_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"stack_order": 123,
"scope_type": "org",
"scope_id": "<string>"
}
'