CCRCOPENAUTH: ********************{
"comment": "string",
"customerId": 0,
"datasourceId": 0,
"env": "string",
"id": 0,
"label": "string",
"labelRanges": "string",
"metric": "string",
"proportion": 0,
"status": 0,
"tag": "string",
"unit": "string",
"value": "string",
"version": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/metric/customer/add?tenantId' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"customerId": 0,
"datasourceId": 0,
"env": "string",
"id": 0,
"label": "string",
"labelRanges": "string",
"metric": "string",
"proportion": 0,
"status": 0,
"tag": "string",
"unit": "string",
"value": "string",
"version": 0
}'{
"code": "string",
"data": 0,
"message": "string",
"success": true
}