Authorization: Bearer ********************{
"contTypeCode": 1,
"contTypeName": "一号集装箱",
"id": 1
}curl --location --request POST '/othermana/contshape/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contTypeCode": 1,
"contTypeName": "一号集装箱",
"id": 1
}'{
"code": 10000,
"data": "UNAUTHORIZED",
"message": "提示消息内容"
}