curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/datasource/upsert' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"settings": {
"azure.tenantId": "string",
"azure.clientId": "string",
"azure.client_secret": "string",
"azure.cloud_name": "string"
},
"cluster_name": "string",
"description": "string",
"status": "string",
"category": "string",
"plugin_id": 0,
"plugin_type": "string",
"plugin_type_name": "string"
}'