Set up your global http headers in one place and this plugin will take care of setting it for each requests. This plugin won't override any headers you set on the request.
Add all headers to the environment with the key GLOBAL_HEADERS
.
{
"GLOBAL_HEADERS": {
"Accept": "application/json",
"Authorization": "Bearer <token>",
"Content-Type": "multipart/form-data"
}
}