Authorization: Bearer ********************
[
{
"scenarioId": "e28e2f4c-7202-4457-b0d8-c4c537f7bff6",
"productLine": "string",
"isNew": true,
"modelParams": [
{
"scenarioCode": "string",
"paraCode": "string",
"value": 0,
"unit": "string",
"description": "string"
}
]
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/simulation-lab/scenario/param/save' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"scenarioId": "e28e2f4c-7202-4457-b0d8-c4c537f7bff6",
"productLine": "string",
"isNew": true,
"modelParams": [
{
"scenarioCode": "string",
"paraCode": "string",
"value": 0,
"unit": "string",
"description": "string"
}
]
}
]'
{}