This question is similar to this question.
However, in this case I am referring specifically to https, not http.
If the connection is encrypted with https, I don't see how a Jwt could become compromised any more than an http post.
I do agree it is always best to lock the Jwt down as much as possible with expiration, single use etc, but in my case, I have no choice but to put it in a url as I cannot use a post. But I really don't see a security advantage to the post.