curl --location --request POST 'https://dev.your-api-server.com/CompPost' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transDate": "2026-01-01 12:00:00.0",
"property": "JSW",
"location": "POS 1",
"openCheckNum": "CHECK#123",
"patronAccount": 88800277000,
"compCode": "1725_GM3",
"compAmount": "33000.00",
"disbursementAmount": 33000.00,
"revenueCenter": "F&B",
"staffID": "12345678"
}'{
"result": "Created"
}