{}
curl --location --request GET 'http://127.0.0.1/v1.0/exclusive/data/generalForm/dept/?nextToken=&maxResults=' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"deptId": "string",
"deptName": "string",
"generalFormCreateCnt1d": "string"
}
],
"nextToken": 0,
"hasMore": true
}