curl --request POST \
--url https://www.citedy.com/api/agent/post \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"platforms": [
"<string>"
],
"tone": "<string>",
"imageStyle": "<string>",
"scheduledAt": "2023-11-07T05:31:56Z",
"contentType": "short"
}
'