curl --location --request POST '/api/AutomacoesStatusFinanciamento' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"statusId": 0,
"bancoId": 0,
"formaPagamentoId": 0,
"mensagem": "string",
"statusNegocioId": 0
}'
{
"id": 0,
"banco": {
"id": 0,
"nome": "string",
"sigla": "string",
"urlLogo": "string",
"tac": 0,
"iof": 0
},
"formaPagamento": {
"id": 0,
"nome": "string"
},
"status": {
"id": 0,
"nome": "string",
"cor": "string",
"tipo": "Pendente"
},
"statusNegocioId": 0,
"mensagem": "string",
"urlWebhook": "string"
}