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