curl --location --request GET '/agent/a12d5be1-3456-4c18-b111-33cdd0a1cc99/orders/5c1f4f9d-8b5a-4e8b-8c0e-1d1c2f3a4b5c' \
--header 'Authorization: <api-key>'{
"id": "5c1f4f9d-8b5a-4e8b-8c0e-1d1c2f3a4b5c",
"product_id": 456,
"external_ref": "INV-1001",
"idempotency_key": "order-1001",
"status": "completed",
"order_content": {
"voucher_code": "ABCD-EFGH-IJKL"
},
"currency_code": "USD",
"charged_amount": "12.50",
"balance_after": "87.50",
"balance_before": "100.00",
"is_test": false,
"region_code": "GLOBAL",
"created_at": "2024-11-01T10:00:00Z",
"completed_at": "2024-11-01T10:01:30Z",
"failed_at": null
}