Hello all,
I am currently running API automation and am required to pass my API Key as well.
I am thinking I need to add this to my header EX: header={“x-apikey” : ‘key’} But I have tried this in numerous ways and it has failed… I am also thinking this can be added to the request body…
can anyone assist please and thank you!