curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"amount": 197,
"final_amount": 184.66,
"currency": "BRL",
"status": "completed",
"payment_method": "CREDIT_CARD",
"installments": 3,
"authorization_code": "string",
"created_at": "2026-08-16 14:30:02",
"updated_at": "2026-08-16 14:30:02"
}'