Authorization: Bearer ********************curl --location --request GET '/othermana/specification/get-by-id?id' \
--header 'Authorization: Bearer <token>'{
"code": 10000,
"data": {
"contSpecId": 40,
"contSpecName": 40
},
"message": "提示消息内容"
}