curl --location --globoff 'http://127.0.0.1/cgi-bin/user/get_active_stat?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data '{ "date": "string" }'
{ "errcode": 0, "errmsg": "ok", "active_cnt": 100 }