curl --location --request PATCH '/admin/users/active' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": [17,18],
"active": true
}'{
"message": "User status has been updated"
}