curl --location --request GET '/analysis/userPortrait' \ --header 'Authorization: Bearer {{token}}'
{ "code": 10000, "message": "请求成功", "data": { "ref_date": "20220503", "visit_uv_new": [ { "key": 0, "value": 3 } ], "visit_uv": [ { "key": 0, "value": 19 } ] } }