curl --location --request POST 'https://your-api-server.com' \
--header 'event: cashin.update' \
--header 'Authorization: Bearer {TOKEN}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"id": "9f2a58ed-028b-4636-bda1-b366ca4913ff",
"client": {
"name": "John Doe",
"email": "johndoe@example.com",
"document": "12345678909"
},
"pix_code": "00020126880014br.gov.bcb...",
"amount": 10,
"final_amount": 9.4,
"currency": "BRL",
"status": "completed",
"payment_method": "PIX",
"created_at": "2025-07-24 14:54:57",
"updated_at": "2025-07-24 15:09:10"
}
}'