curl --request PUT \
--url https://{api-address}.org.machina.gg/agent/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '{
"title": "<string>",
"description": "<string>",
"status": "active",
"context": {},
"workflows": [
"<any>"
]
}'