curl --request PUT \
--url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/connections/{connection_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"credential": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"properties": {},
"scheme": ""
}
'