our interface uses jwt for authentication, and the frontend needs to carry token when accessing it. There are many places where token can be written, one is that path is written to the url parameter, and the other is that you can set header. Want to know what are the advantages and disadvantages of these two ways, and which one is better?