curl --location --request POST '/upload_image_to_qun_album' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456",
"album_id": "album_id_1",
"album_name": "相册1",
"file": "/path/to/image.jpg"
}'{
"status": "ok",
"retcode": 0,
"data": {
"result": null
},
"message": "",
"wording": ""
}