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 '
[
{
"pr": "<string>",
"prod": "<string>",
"exclude_columns": [],
"include_columns": [],
"pk": [
"<string>"
]
}
]
'{
"ci_run_id": 123,
"run_id": 123
}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 '
[
{
"pr": "<string>",
"prod": "<string>",
"exclude_columns": [],
"include_columns": [],
"pk": [
"<string>"
]
}
]
'{
"ci_run_id": 123,
"run_id": 123
}Use the 'Authorization' header with the format 'Key