PRODUCT_CREATE webhook

Hello,

I’m trying to create a webhook in dolibarr that will connect to my endpoint with trigger PRODUCT_CREATE. My webhook url looks like this:
url: http://192.168.1.103:3000/api/ipaas/dolibarr-webhook
enabled

When creating a new product in dolibarr my webhook doesn’t run the endpoint(I have simple javacsript console.log at the beginning of endpoint function), but throws an error:
image

If you are familiar with this situation I will appriciate your help and thanks in advance.