I have a rest request, I used curl for php but I need to get the response JWT that comes in the headers to make a new request signed by JWT without needing to re-login. every time I make a request the API returns a new JWT to do another but I do not know how to get it from curl, Someone knows how?
