curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"end_to_end": "string",
"client": {
"name": "string",
"email": "string",
"document": "string"
},
"debtor_account": {
"name": "string",
"document": "string"
},
"pix_code": "string",
"amount": 0,
"final_amount": 0,
"currency": "BRL",
"status": "completed",
"payment_method": "PIX",
"created_at": "2026-08-16 14:30:02",
"updated_at": "2026-08-16 14:32:10",
"origin": "checkout",
"products": [
{
"name": "string",
"amount": 0,
"type": "string"
}
]
}'