{
"url": "string",
"entryUrl": "string",
"referrer": "string",
"si": 0,
"uv": 0,
"newVisitor": true,
"count": 0,
"duration": 0
}
curl --location --request POST 'https://demo.ujcms.com/api/visit/' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"entryUrl": "string",
"referrer": "string",
"si": 0,
"uv": 0,
"newVisitor": true,
"count": 0,
"duration": 0
}'