OK
const response = await fetch('//api/applications/recycle/list', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "orgId": "text", "applicationId": "text", "name": "text", "createBy": "text", "role": "text", "applicationStatus": "NORMAL", "folderId": "text", "publicToAll": false, "folder": false } ], "success": false }