curl --request POST \ --url https://app.datafold.com/api/v1/ci/{ci_config_id}/{pr_num} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '[ { "exclude_columns": [], "include_columns": [], "pk": [ "<string>" ], "pr": "<string>", "prod": "<string>" } ]'
{ "ci_run_id": 123, "run_id": 123 }
Use the 'Authorization' header with the format 'Key <api-key>'