{
"useridList" :["123","312"]
}curl --location --request POST '/api/v3/delete-staff' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"useridList" :["123","312"]
}'{}