description_it and description_en provide VATs operation descriptions in Italian and English, respectively.cursor and nextCursor must be correctly configured in the request.VAT_TYPE, if the request is successful, the system will return an HTTP 200 response with the paginated list of vat rates and a nextCursor indicating whether there are more vat rates to retrieve.nextCursor is setted, the external system must be call again, this service, setting cursor as nextCursor value.vat_type Fieldvat_type field represents the category or nature of the VAT rate applied to a specific operation or product. This field helps distinguish between different taxation scenarios and provides critical information for compliance with tax regulations.vat_type include:NO_IMPONIBILE (Not Taxable): Operations or goods exempt from VAT due to specific regulatory conditions.RIDOTTA (Reduced): A lower VAT rate applied to certain categories of goods or services.MINIMA (Minimum): The minimum VAT rate set for specific operations or product types.NORMALE (Standard): The standard VAT rate applied to most goods and services.MARGINE (Margin): Special VAT calculation rules based on the profit margin instead of the total price.ESENZIONE (Exemption): Transactions exempt from VAT, often for specific legal reasons.SPLIT_PAYMENT (PA Split Payment): A VAT mechanism where the VAT is paid directly to the tax authority by the buyer, typically a public administration entity.vat_code Fieldvat_code field represents the vat code applied to a specific operation or product. This field helps distinguish between different tax rates that are applicable to the tenant's products.vat_code and vat_type fields allow you to identify a specific tax rate.ESENZIONE and the vat_code diversifies the various exemptions allowed.vats array will be empty.Cursor and PageSize parameters in the request: If you specify a Cursor you cannot specify the page size. This information will already be contained within the cursor.cursor parameters are provided, an error response is returned.