curl --location --request POST '/api/Formulas/TestarFormula' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"formula": "string",
"interpolacoes": [
{
"nome": "string",
"tipoInterpolacaoEnum": "Numero",
"valor": "string"
}
]
}'