{
"appoint": false,
"name": "string",
"shippingTemplatesFreeRequestList": [
{
"cityId": "1,2,3,4",
"number": 1,
"price": 0.1,
"title": "string"
}
],
"shippingTemplatesRegionRequestList": [
{
"cityId": "1,2,3,4",
"first": 0.1,
"firstPrice": 0.1,
"renewal": 0.1,
"renewalPrice": 0.1,
"title": "string",
"uniqid": "string"
}
],
"sort": 0,
"type": 1
}
curl --location --request POST '/api/admin/express/shipping/templates/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appoint": false,
"name": "string",
"shippingTemplatesFreeRequestList": [
{
"cityId": "1,2,3,4",
"number": 1,
"price": 0.1,
"title": "string"
}
],
"shippingTemplatesRegionRequestList": [
{
"cityId": "1,2,3,4",
"first": 0.1,
"firstPrice": 0.1,
"renewal": 0.1,
"renewalPrice": 0.1,
"title": "string",
"uniqid": "string"
}
],
"sort": 0,
"type": 1
}'
{
"code": 0,
"data": "string",
"message": "string"
}