curl --location --request POST '/get_qun_album_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456"
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"album_id": "album_1",
"album_name": "测试相册",
"cover_url": "http://example.com/cover.jpg",
"create_time": 1734567890
}
],
"message": "",
"wording": ""
}