I have an api to work with, but idk how to set authorization on headers

hello, im new in here platform

so i want to make a request but the api have authorization on header so its going like this

"accept-encoding": "application/gzip",
	"x-rapidapi-key": "xxxxxxxx",
	"x-rapidapi-host": "google-translate1.p.rapidapi.com",
	"useQueryString": true

anyone have a solution ?

This might help?