{ "id": 0, "name": "string", "status": 0, "orderNum": 0 }
curl --location --request POST 'http://127.0.0.1:8001/sys/profession/update' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string", "status": 0, "orderNum": 0 }'
null