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