Authorization: Bearer ********************
curl --location 'http://localhost:4516/webhooks/1/test' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "payload": { "teste": "meu nome " } }'
{}