curl --request POST \
--url https://api.hotglue.com/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"connector": {
"id": "<string>",
"config": {},
"symlink": {
"id": "<string>",
"tenant": "<string>",
"type": "target"
}
},
"schedule": {
"schedule_expression": "<string>",
"state": "\"ENABLED\""
},
"field_map": {}
}
'