curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/edit/calendar \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"sessionId": "<string>",
"fromDate": "2023-11-07T05:31:56Z",
"toDate": "2023-11-07T05:31:56Z"
}
'