curl --request POST \
--url https://api.zo.computer/pub/prompts/publish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"source_path": "<string>",
"emojis": [
"<string>"
]
}
'{
"id": "<string>"
}Publish a prompt to the public library.
curl --request POST \
--url https://api.zo.computer/pub/prompts/publish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"source_path": "<string>",
"emojis": [
"<string>"
]
}
'{
"id": "<string>"
}