{
"labels": [
"string"
],
"voteId": "string",
"groupId": "string",
"orgNo": "string"
}
curl --location --request POST '/operate/vote/chooseMrchLabel' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"labels": [
"string"
],
"voteId": "string",
"groupId": "string",
"orgNo": "string"
}'
{
"code": "string",
"msg": "string",
"data": "string"
}