curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/statistics \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "<string>",
"accountIds": [
"<string>"
],
"platforms": [
"<string>"
]
}
'