curl --location --request POST 'https://app.qescritural.com.br/api/bookkeeping/integration/v1/83696183000159/act/guarantee' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ownershipType": "drawer",
"ownershipIdentification": "86649606154",
"ownershipLegalName": "Luciana Joana Liz Oliveira",
"certificateNegotiationReference": "FB8D6B18-F18F-471A-8A57-02DF71284489",
"creditOperationIdentifier": "IPOC000001234567890ABCDEFGHIJKLMNPQRSTVWXYZ1234567890ABCDEFGHIJKLMNPQRSTV",
"startDate": "2025-11-15",
"endDate": "2025-11-15",
"totalAmount": 235235.35,
"guaranteedAmount": 12412421.32,
"guarantee": [
{
"guaranteeType": "AVAL",
"guaranteeAmount": 1,
"avalBackedParty": "SACD",
"guarantor": {
"identification": "34098777975",
"legalName": "Julio Sérgio Castro",
"email": "julio_castro@gmail.com",
"signature": "f5a18f9952e6953141539b6e69b4d79958cf0e75566f3489281496b27393686c",
"signatureType": "ASDG",
"signatureDate": "2025-11-12T12:30:12.000Z"
},
"guarantorSpouse": {
"identification": "30616403550",
"name": "Cauã Gustavo Cardoso"
}
}
],
"actReceivables": [
{
"drawerIdentification": "00941170047",
"tradeReceivableCertificateUniqueIdentifications": [
"J7284200025185A4EJZZ"
]
}
]
}'