{
"groupIds": [
0
],
"type": "string"
}
curl --location --request POST '/api/group/batch/type' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupIds": [
0
],
"type": "string"
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}