Stop the analyzing process if there is any
Successful operation
true
"fadfafewfwefwe"
false
"123243534534"
const response = await fetch('https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/mmt/stop', { method: 'GET', headers: {}, }); const data = await response.json();
{ "isRunning": true, "sessionId": "fadfafewfwefwe", "isOnlineMode": false, "startedAt": "123243534534" }