{
"id": "string",
"rawValue": {
"name": "string",
"isNormal": true
},
"updateValue": {
"name": "string",
"isNormal": true
}
}
curl --location --request PUT '/4s/electronic_form/project/update_son' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"rawValue": {
"name": "string",
"isNormal": true
},
"updateValue": {
"name": "string",
"isNormal": true
}
}'
{}