More flexible Webhook destination

Hi everyone, I’m investigating how to connect the Golioth platform with ReductStore. The database has a fairly simple HTTP endpoint to receive blob data in the HTTP request body. I’d like to use the webhook destination to ingest data directly into the store. However, I need to use the URL to route the data rather than the headers:

  destination:
      type: webhook
      version: v1
      parameters:
        URL: "https://my-webhook.example.com/api/v1/b/${Ce_Source}/${Ce_Type}?ts=${Time}
        Headers:
         Authorization: "Bearer ${API_KEY}"

I don’t see in the documentation that Golioth supports this. Is it possible to add this feature?