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