Authorization: Bearer ********************Authorization: Bearer ********************curl --location --request PATCH '/api/agents//draft/instruction' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"operation": "replace_all",
"expected_updated_at": "2026-07-30T12:00:00.000Z",
"instruction": "value",
"content": "value",
"expected_text": "value",
"replacement": "value"
}'{
"agent_id": "string",
"version": "published",
"version_id": "string",
"operation": "replace_all",
"changed": true,
"instruction_length": 0,
"updated_at": "2019-08-24T14:15:22.123Z"
}