Serverless errors when testing api

So I have followed the tutorial here and still cannot find what I am doing wrong.

I try to run serverless invoke local --function create --path mocks/create-event.json
I get the following error:

And thus I get no response. Does anyone know what I am doing wrong?
Not to mention when I install serverless I get a ton of audit issues. I resolved them using audit fix
I also found some dependencies needed funding. What does that mean?

You can ignore all the audit and install warnings. But the error that the file doesn’t exist is the one to fix.

Check if the mocks file is the right path.