Authorization: Bearer ********************curl --location --request GET 'https://lnk.bio/oauth/v1/group/list'{
"status": true,
"errors": [
"string"
],
"info": {
"groups": [
{
"group_id": 12345678,
"group_name": "Title of the Group"
}
]
}
}