Make a GET request.
@GET("issue")suspend fun getIssue(@Query("id") id: String): Issue
Relative or absolute URL of the endpoint.