{
"order_code": "L3XVY6",
"cod_amount": 10000
}
curl --location --request POST 'http://petfen-shipping.local.com:8087/shiip/public-api/v2/shipping-order/updateCOD' \
--header 'ShopId: {{dev-shop-id}}' \
--header 'Token: {{dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_code": "L3XVY6",
"cod_amount": 10000
}'
{}