{
"id": 0,
"items": {
"property1": {},
"property2": {}
}
}
curl --location --request POST 'https://demo.ujcms.com/api/survey/cast' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"items": {
"property1": {},
"property2": {}
}
}'
{
"status": 0,
"result": {
"property1": {},
"property2": {}
},
"message": "string",
"exception": "string"
}