curl --location --request POST '/tax_matrix_ipi' \
--header 'Content-Type: text/plain' \
--data-raw '{
"data": [
{
"item_code": "*",
"ncm": "84804100",
"client_cnpj": "*",
"city_destination": "*",
"home_state": "*",
"destination_state": "*",
"product_origin": "*",
"tax_regime": "*",
"sell_type": "*",
"nature_operation": "*",
"ipi": "0",
"external_order_type": "001 - Revenda",
"distribution_center_code": "*"
}
]
}'
{}