According to Swagger schema, `userCreateToken` returns `AccessToken`: https://github.com/zeripath/java-gitea-api/blob/master/swagger.v1.json#L11452-L11495 But in generated bindings, `userCreateToken` method is void: https://github.com/zeripath/java-gitea-api/blob/master/src/main/java/io/gitea/api/UserApi.java#L632