Hello, community!
I tried to create webhook, and I set up headers for it.
But when I did test request Content-type header not the same as in settings.
It came with
Content-Type: application/x-www-form-urlencoded
instead of
Content-Type: application/json
What is wrong? How can I get nessesary Content-Type? It is a reason why my custom service can’t get this request
Sreenshot is added