{
"userIds": [
"string"
],
"status": "1"
}
curl --location --request POST '/v5/userCenter/user/edit-status' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
],
"status": "1"
}'
{}