{
"actionType": "page_visit",
"source": "/console/dashboard",
"extraData": {
"referrer": "http://localhost:4091/login?redirect=/console",
"timestamp": 1762397366780
}
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/analyse' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionType": "page_visit",
"source": "/console/dashboard",
"extraData": {
"referrer": "http://localhost:4091/login?redirect=/console",
"timestamp": 1762397366780
}
}'{
"code": 0,
"message": "string",
"data": {
"recorded": true,
"message": "string"
},
"timestamp": 0
}