curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/label/modifyMemberList' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"labelIds": "15",
"wxIds": [
"zhangchuan2288"
]
}'