curl --location --request PUT '/store/staff/batch/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": ["1751639502","1751639509"],
"status": 1
}'
{
"message": "Customer service user has been successfully saved."
}