{
"userCrowdId": 0,
"userCrowdInformationValueList": [
{
"userCrowdInformationId": 0,
"values": "string"
}
]
}
curl --location --request POST '/userCrowdInformationValue/insertValues' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCrowdId": 0,
"userCrowdInformationValueList": [
{
"userCrowdInformationId": 0,
"values": "string"
}
]
}'
{
"code": 0,
"msg": "",
"data": null
}