Calling Token API every hour

Hi @Shabd Instead of developing a service for this purpose as @hbadger proposes, you can also consider using redis store the token. You can then create a separate function in k6 that refresh this token periodically.