curl --request POST \
--url https://api.sydium.com/v1/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"targets": [
{
"platform": "<string>",
"postType": "<string>",
"options": {}
}
],
"caption": "<string>",
"media": [
"<string>"
],
"scheduleAt": "2023-11-07T05:31:56Z"
}
'