{}
curl --location --request GET 'http://127.0.0.1/v1.0/customerService/tickets//actions?nextToken=&maxResults=' \ --header 'x-acs-dingtalk-access-token;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "nextCursor": 0, "total": 0, "list": [ { "operatorId": "string", "operator": "string", "operatorRole": "string", "actionCode": "string", "actionContent": [ { "displayValue": "string", "displayName": "string", "name": "string", "value": "string", "valueType": "string" } ] } ] }