Use case: We want to identify the user ID that performed an operation through our backoffice. We use two headers for this:
x-source-name: backoffice
x-user-id: {{user.uid}}
We add them manually to every request, which leads to inconsistencies