X-API-Key: ********************curl --location 'https://api.snakk.ai/api/integrations/execute' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"action_id": "52d6fa12-2c88-46da-984a-4cc821c7837a",
"connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"params": {},
"context": {}
}'{
"success": true,
"result": {
"id": "rec_123",
"status": "created"
}
}