{
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Vats' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"vatRate": 0,
"status": "InActive",
"reducedVatId": "string"
}'
{}