{ "id": 0, "status": 0 }
curl --location --request POST '/sys/user/status' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "status": 0 }'
{ "code": 0, "msg": "string", "data": {}, "other": {} }