Authorization: Bearer ********************{
"typegroupCode": "tms_thfs",
"typegroupName": "送货方式"
}curl --location --request POST '/sysmanager/typegroup/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"typegroupCode": "tms_thfs",
"typegroupName": "送货方式"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}