curl --location --request GET 'https://test-api.yunjishop.cn/recommend/app/selected/getCards'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"userId": 0,
"homePageCard": "string",
"avatar": "string",
"nickname": "string",
"age": 0,
"jobName": "string",
"constellation": "string",
"currentResidence": "string",
"hobby": [
{
"userId": 0,
"hobbyId": 0,
"hobbyName": "string"
}
],
"status": 0,
"tagType": 0
}
]
}