curl --location --request GET 'https://test-api.yunjishop.cn/message/app/friend/v2/randomMessageGroup?friendUserId=&freshCount='
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"freshCount": 0,
"list": [
{
"text": "string",
"background": "string"
}
]
}
}