curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"event": "SiteSessionStarted",
"version": 1,
"source": {
"type": "SiteSession",
"data": {
"id": "{siteSessionId}",
"startDate": "{time iso8601}",
"paymentUserIdentity": {
"id": "{paymentUserIdentityId}"
},
"site": {
"id": "{siteId}",
"name": "xxx停車場"
}
}
}
}'