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