curl --location --request GET '/statistics/product_visit' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": [
{
"total": 0,
"image": "string",
"store_name": "string"
}
]
}