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