How to make Hangfire api calls with jwt token

I have a hangfire and a net core 6 api, i create jobs on hangfire to make api calls. My api has jwt token authentication, so when my recurring job make a api call it should be with jwt token. I can not figured out how to do it, does anybody has any idea ?

Thanks very much.

Look into M2M (machine to machine) auth. Your API should most likely support both JWT and API key based authentication.