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