curl --request POST \
--url https://api.zo.computer/pub/personas/{persona_id}/publish \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}Publish a persona to make it publicly accessible.
curl --request POST \
--url https://api.zo.computer/pub/personas/{persona_id}/publish \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}