How to easily turn an HTTP Request into an Authenticated HTTP Request

I have created a number of HTTP requests to a custom backend but now i am adding api auth to it.

But want to know if there is a easy way to migrate without recreating

Yes. You can automate the process of updating this http module with proper authentication header.
You can update make scenario using the update make scenario module.

2 Likes