{ "size": 20, "offset": 0 }
curl --location --request POST 'http://127.0.0.1/topapi/extcontact/listlabelgroups?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "size": 20, "offset": 0 }'
{ "results": [ { "name": "string", "color": 0, "labels": [ { "name": "string", "id": 0 } ] } ], "errcode": 0, "request_id": "string" }