{"name":"12","sex":"male","status":"off","role":"user"}
curl --location --request PUT 'http://localhost:3001/api/users?status=' \ --header 'Content-Type: application/json' \ --data-raw '{"name":"12","sex":"male","status":"off","role":"user"}'
{ "success": "string" }