Webhook - how to respond with data from incoming GET and POST

Ok … still struggling with this.

Webhook comes in and has header param xxxxx with value"9885792nkdjnfskdj0395".

I need to capture that value and pass it back in the response-header as parameter yyyyy.

I can pass it back in the body but how do I set the header param and value in the response ?