{
"submitType": 0,
"list": [
{
"code": "string",
"values": [
{
"valueId": 0,
"customizeValue": "string",
"childCode": "string",
"childValues": [
{}
]
}
]
}
]
}
curl --location --request POST 'https://www.nihaocloud.cn/st-njs/customer/questionnaire/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"submitType": 0,
"list": [
{
"code": "string",
"values": [
{
"valueId": 0,
"customizeValue": "string",
"childCode": "string",
"childValues": [
{}
]
}
]
}
]
}'
{}