curl --request PUT \
--url https://api.pathors.com/v1/projects/{projectId}/agent \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"status": "<string>",
"globalPrompt": {},
"executionMode": {},
"timezone": {},
"memoryEnabled": true,
"beforeStartConfig": {},
"postSessionWebhook": {},
"postEvaluationConfig": {},
"placeholderMessages": {},
"variableConfigs": {}
}
'