curl --location --request POST 'popularize/monthly_count' \ --header 'token: {{token}}' \ --form 'page=""' \ --form 'limit=""'
{ "code": 1, "msg": "获取成功", "time": "1756808175", "data": { "total_discount": 102 } }