curl --request POST \
--url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedTargets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"target": {
"target": "<string>",
"symlink": {
"entity": "<string>",
"id": "<string>",
"tenant": "<string>"
},
"config": {}
}
}'