curl --location --request POST '/api/BancoFinanciamento/Importar' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"id": 0,
"nome": "string",
"sigla": "string",
"urlLogo": "string",
"tac": 0,
"iof": 0
}
]'
"string"