feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[feedback]: Use environment variables inside Body JSON

Open MateoCerquetella opened this issue 3 years ago • 0 comments

What would you like to tell us?

Many developers have different ways/styles to pass fields into an endpoint, In my case for example, When I have a auth endpoint I like to send the JSON body filled with the "email" and "password", but I don't want to use the same user for every instance of a environment, so it would be nice to implement the usage of the environment inside the Body of an endpoint.

Screen Shot 2022-09-12 at 1 51 05 PM

MateoCerquetella avatar Sep 12 '22 16:09 MateoCerquetella