Authorization: Bearer ********************{
"dataYear": "2020",
"chineseNameTheCompany" : "中国"
}curl --location --request POST 'http://localhost:9999/api1/li-company-inter/addAllSamples' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataYear": "2020",
"chineseNameTheCompany" : "中国"
}'{
"code": "string",
"msg": "string",
"data": null
}