How can i generate a NEW JSON Web Token for WorkSpace on Ubuntu?!

It seems that similar request was posted here:

I will close the linked topic and respond here.


I can see that you are trying to send some requests to the API of Workspace. Please note that you do not need JWT for these requests. The runtime error you see is simply says that there is no such address, consider in as an endpoint for your POST/GET requests. It requires authentication, not JWT.

Here was an example with some methods: