curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/list \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "<string>",
"skip": 123,
"limit": 123
}
'