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