JWT endpoint

Get OTA JWT

jwt(project_id[, params = {"service": "ota"}])
Returns:

JWT model

Example:

response = client.jwt("1234.abcd")
response.jwt # => "eyJ0eXAiOiJK..."