curl --location --request GET 'http://dev-cn.your-api-server.com/api/apps/v1/user/get_share/?open_id&date_type' \
--header 'Authorization: Bearer <token>'{
"data": {
"description": "string",
"error_code": "string",
"result_list": [
{
"date": "string",
"new_share": "string"
}
]
},
"extra": {
"description": "string",
"error_code": 0,
"logid": "string",
"now": 0,
"sub_description": "string",
"sub_error_code": 0
}
}