curl --location --request PATCH 'https://app.qescritural.com.br/api/bookkeeping/integration/v1/83696183000159/trade-receivable-certificates/J3569914425302000001' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 200523,
"dueDate": "2025-11-15",
"paymentDomicile": {
"type": "pix",
"transfer": {
"ispb": "237",
"branch": "23523",
"branchDigit": "3",
"account": "3287362",
"accountDigit": "85",
"accountType": "checkingAccount",
"holderTaxId": "27740192732"
},
"pix": {
"keyType": "cpf",
"key": "string"
}
},
"changeJustification": "Valor errado"
}'