Authorization: Bearer ********************{
"ask": "销售金额 / 目标金额",
"name": "达成率",
"type": "percentage"
}curl --location '/yiask_custom_metric:create' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ask": "销售金额 / 目标金额",
"name": "达成率",
"type": "percentage"
}'{
"data": {
"id": 0,
"name": "string",
"type": "string",
"ask": "string",
"components": [
"string"
],
"schema": "string"
}
}