{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/group/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"groupName": "string",
"code": "string",
"createTime": 0,
"description": "string",
"active": "string",
"groupNumber": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}