curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"external_id": "string",
"amount": 0,
"status": "completed",
"fee_applied": 0,
"end_to_end_id": "string",
"processed_at": "string"
}'