curl --location --request POST '/do_group_album_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456",
"album_id": "album_id_1",
"lloc": "media_id_1",
"content": "很有意思"
}'{
"status": "ok",
"retcode": 0,
"data": {
"result": {}
},
"message": "",
"wording": ""
}