abdallah abu altarabish

Results 4 issues of abdallah abu altarabish

![image](https://github.com/sunspikes/clamav-validator/assets/78876459/cd2122a0-3e7f-4724-ad98-a6dd0b74876c) the exception is Socket operation failed: An existing connection was forcibly closed by the remote host

``` let reply = await r.subrequest('/auth' , { method: 'POST', body: JSON.stringify({ username: "test", password: "test" })},); let response = JSON.parse((reply.responseBody)); let token = response['token']; if (!token) { throw new...

Hi, I hope you are well I want clarification about suspend_data object , ![image](https://github.com/gabrieldoty/simplify-scorm/assets/78876459/b8c796d8-79e7-4a0a-988e-bd40313037c2)

i'm currenlty use scorm packge , but i need to know somethings. how i can pass uuid sco to update sco tracking data ``` public function scoTracking(Request $request ,$sco_uuid) {...