curl --location --request PUT '/api/AutomacoesStatusPagamento/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"status": {
"id": 0,
"nome": "string",
"tipo": "Pendente"
},
"formaPagamento": {
"id": 0,
"nome": "string",
"descricao": "string"
},
"formaPagamentoId": 0,
"statusId": 0,
"statusNegocioId": 0,
"mensagem": "string",
"urlWebhook": "string"
}