{
"title": "string",
"company": "string"
}
curl --location --request POST 'https://api.chasing.comorder_courier/save_name' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"company": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"title": "FedEx-英国件(FedEx UK)",
"company": "fedexuk",
"id": "2"
}
}