{
"evaluate_matrix": [
[
0
]
]
}
curl --location --request POST 'http://192.168.11.46:13000/v1/engineering_safety_evaluation/consistency_check' \
--header 'Content-Type: application/json' \
--data-raw '{
"evaluate_matrix": [
[
0
]
]
}'
{
"code": 0,
"msg": "string",
"data": {
"passed": true,
"max_eigenvectors": [
0
]
}
}