curl --request PUT \
--url https://app.datafold.com/api/v1/lineage/bi/hightouch/{bi_datasource_id}/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bindings": [
{
"boundIds": [
123
],
"remoteId": "<string>"
}
],
"indexing_cron": "<string>",
"name": "<string>",
"token": "<string>",
"workspace": "<string>"
}'