Authorization: Bearer ********************
{
"id": 0,
"postageName": "string",
"status": 0,
"isExemption": 0,
"pricingManner": 0,
"amount": 0,
"additionalAmount": 0,
"postage": 0,
"additionalPostage": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"areaName": "string"
}
curl --location --request POST '/back/postage' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"postageName": "string",
"status": 0,
"isExemption": 0,
"pricingManner": 0,
"amount": 0,
"additionalAmount": 0,
"postage": 0,
"additionalPostage": 0,
"isDelete": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"areaName": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}