Authorization: Bearer ********************curl --location --request POST '/get_qun_album_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "string"
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"name": "string",
"album_id": "string"
}
],
"message": "string",
"echo": "string",
"wording": "string",
"stream": "stream-action"
}