curl --location -g --request POST 'http:///V1/taxRules' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule": {
"calculate_subtotal": true,
"code": "string",
"customer_tax_class_ids": [
0
],
"extension_attributes": {},
"id": 0,
"position": 0,
"priority": 0,
"product_tax_class_ids": [
0
],
"tax_rate_ids": [
0
]
}
}'
{
"calculate_subtotal": true,
"code": "string",
"customer_tax_class_ids": [
0
],
"extension_attributes": {},
"id": 0,
"position": 0,
"priority": 0,
"product_tax_class_ids": [
0
],
"tax_rate_ids": [
0
]
}