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