curl --request PUT \
--url https://agents.nineteen58.co.za/public-api/prompts/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"prompt": "<string>",
"agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_global": true,
"goal": "<string>",
"flow": "<string>",
"tool_use_rules": "<string>",
"background": "<string>",
"persona": "<string>",
"outcomes_json": {},
"example_conversation": "<string>",
"outcomes": "<string>"
}'