sessionInfo

@GET(value = "v1/api/cert/sign/session_info")
abstract fun sessionInfo(@Query(value = "tx_id") txId: String): Call<SessionInfo>