Unable to use extracted variable in subsequent requests

Figured it out… It was my mistake… I was fetching the extracted value as :

.header("x-api-key", s"${apiKey}")

Started working on removing the “s” in the code.

Thanks,
Ish