curl --location --request GET '/statistics/merchant_visit' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"list": [
{
"total": 0,
"mer_id": 0,
"mer_name": "string",
"rate": "string"
}
],
"total": 0
}
}