OK
const response = await fetch('//api/applications/recycle/{applicationId}', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "message": "text", "data": false, "success": false }