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