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