{}curl --location --request POST '/api/v1/group/list' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Success",
"code": 0,
"data": [
{
"tagName": "Facebook分组"
"tagCode": 123456
},
{
"tagName": "广告号专组"
"tagCode": 123456
},
{
"tagName": "阿基的分组"
"tagCode": null
}
]
}