I'm working on a Microservice that receives webhooks, the idea is to use path variables for some processing down stream,
/webhooks/{foo}/{bar}/{baz}
for example
/webhooks/sony/pony/tony
would populate foo=sony
; bar=pony
; baz=tony
.
Can't figure how to make it work in spring cloud function web.