curl --request POST \
--url http://localhost:3773/contexts/clear \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "contexts/clear",
"params": {
"contextId": "550e8400-e29b-41d4-a716-446655440037"
},
"id": "550e8400-e29b-41d4-a716-446655440025"
}'