curl --location --request GET '/statistics/user_rate' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"newTotalPrice": "string",
"newUser": 0,
"oldTotalPrice": "string",
"oldUser": 0,
"totalPrice": "string",
"user": 0
}
}