curl --request GET \
--url https://api.zo.computer/pub/personas/{persona_id}/published \
--header 'Authorization: Bearer <token>'{
"published": [
{
"id": "<string>",
"created_at": "<string>"
}
]
}List all published versions for a persona.
curl --request GET \
--url https://api.zo.computer/pub/personas/{persona_id}/published \
--header 'Authorization: Bearer <token>'{
"published": [
{
"id": "<string>",
"created_at": "<string>"
}
]
}