curl --location --request POST '/finance/taxes/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"name": "string",
"tax_percent": "string",
"tax_value": "string",
"fee_percent": "string",
"fee_value": "string",
"id_automated_point": "string"
}'