curl --request POST \
--url https://api.zo.computer/personas/active/{persona_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversation_type": "<string>",
"agent_id": "<string>"
}
'{}Set the active persona for a specific conversation type.
curl --request POST \
--url https://api.zo.computer/personas/active/{persona_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversation_type": "<string>",
"agent_id": "<string>"
}
'{}