Authorization: Bearer ********************curl --location --request GET '/yiask_custom_metric:list' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"name": "string",
"type": "string",
"ask": "string",
"components": [
"string"
],
"schema": "string",
"genComponents": [
"string"
],
"mergeComponents": [
"string"
],
"calculation_type": "string",
"composite_gen_type": "string"
}
]