When triggering a custom bitbucket pipeline from a REST call, I'd like the ability to specify environment variables inside the body of the request to be mapped into the pipeline run.
As far as I know, the only current source of environment variables is from the defaults Bitbucket provides, and account level variables; and I'd like to specify a custom variable that's more dynamic.