curl --location --request POST 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"id": "33152843-e28c-4a48-3ft6-9bf4143bd143",
"amount": 15,
"status": "pending",
"user_id": "123566ab-ddc0-48cd-b13g-8e785cdcf8d4",
"checkout": {
"utm_term": null,
"utm_medium": null,
"utm_source": null,
"utm_content": null,
"utm_campaign": null
},
"client_name": null,
"paymentcode": "00020126820014br.gov.bcb...",
"client_email": null,
"data_registro": null,
"idtransaction": "0a752843-e28c-4a48-8fa8-9bf4143bd333",
"taxa_deposito": 0.65,
"adquirente_ref": "Treeal-Sync-11470",
"client_document": null,
"taxa_adquirente": 0.2,
"deposito_liquido": 14.35,
"externalreference": "873619aa5c4770bfad1191001216e1",
"paymentCodeBase64": "MDAwMjAxMjY4MjAwMTRici5nb3YuYmNi3nBpeDI1NjBwaXgudHJlZWFsLmNvbS9xci92My9hdC9lMDBlYTlmY11kY2VmLTRmMTItYTFiNy00NmE3MzI4YjkwYWQ1MjA0MDAwMDUzM115ODY1ODAyQlI1OTA4U1lOQ19QQVk2MDA5Tk9WT19HQU1BNjIwNz65MDMqKio2MzA0RjY3MQ=="
}
}'