curl --location -g --request POST 'http:///V1/taxRates' \
--header 'Content-Type: application/json' \
--data-raw '{
"taxRate": {
"code": "string",
"extension_attributes": {},
"id": 0,
"rate": 0,
"region_name": "string",
"tax_country_id": "string",
"tax_postcode": "string",
"tax_region_id": 0,
"titles": [
{
"extension_attributes": {},
"store_id": "string",
"value": "string"
}
],
"zip_from": 0,
"zip_is_range": 0,
"zip_to": 0
}
}'
{
"code": "string",
"extension_attributes": {},
"id": 0,
"rate": 0,
"region_name": "string",
"tax_country_id": "string",
"tax_postcode": "string",
"tax_region_id": 0,
"titles": [
{
"extension_attributes": {},
"store_id": "string",
"value": "string"
}
],
"zip_from": 0,
"zip_is_range": 0,
"zip_to": 0
}