This unauthenticated endpoint is used to get the JWT (valid for one day) that must be used in the header of every other request.
Token header parameter key: X-Authorization
Token header parameter value: Bearer <your JWT here>
Refresh token in plain text without any other characters
JWT for authenticating the user to call other endpoints
"string"