curl --request POST \
--url https://api.openint.dev/v0/core/pipeline/{id}/_sync \
--header 'Content-Type: application/json' \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '{
"async": true,
"metaOnly": true,
"fullResync": true,
"todo_upstreamRefresh": true,
"todo_removeUnsyncedData": true
}'