curl --location --request PATCH '/agent-prompt-versions////activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"versionNumber": 1,
"description": "string",
"purpose": "string",
"goal": "string",
"personality": "string",
"avoidTopics": "string",
"avoidWords": "string",
"customRules": "string",
"relevantLinks": "string",
"changeLog": "string",
"active": true
}'
{}