Authorization: Bearer ********************{
"id": "string",
"educode": "string",
"eduname": "string"
}curl --location --request PUT '/staffconf/educode/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"educode": "string",
"eduname": "string"
}'{
"code": 10000,
"message": "success",
"data": "string"
}