curl --location -g --request GET 'http:///V1/taxRates/search'
{
"items": [
{
"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
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}