curl --request POST \
--url https://api.example.com/v1/integrations/:id/sync{
"syncId": "<string>",
"status": "<string>"
}Trigger a manual catalog synchronization
curl --request POST \
--url https://api.example.com/v1/integrations/:id/sync{
"syncId": "<string>",
"status": "<string>"
}