{}
curl --location --request GET 'http://127.0.0.1/v1.0/customerService/tickets?templateId=&nextToken=&maxResults=' \ --header 'x-acs-dingtalk-access-token;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "nextCursor": 0, "total": 0, "list": [ { "foreignId": "string", "sourceId": "string", "foreignName": "string", "templateId": "string", "title": "string", "ticketId": "string", "ticketStatus": "string", "openInstanceId": "string", "productionType": 0, "gmtCreate": "string", "gmtModified": "string", "bizDataMap": {} } ] }