curl --location --request POST 'https://api.craftcart.io/api/v1/integrations/craftos/backfill' \
--header 'x-craftcart-connect-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeId": "string",
"workspaceId": "string"
}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
}