curl --request POST \
--url https://services.leadconnectorhq.com/store/shopify/{altId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"syncConfig": {
"orderReceivedTrigger": true,
"paymentReceivedTrigger": true,
"contacts": true,
"products": true,
"orders": true,
"transactions": true,
"collections": true
}
}
'