Authorization: Bearer ********************
{
"code": "00",
"name": "男",
"id": "gLBiLBi0VmT-1hTBfDWT1"
}
curl --location --request POST '/staffconf/sexcode/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "00",
"name": "男",
"id": "gLBiLBi0VmT-1hTBfDWT1"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}