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