Spacecraft Link Response
data class SpacecraftLinkResponse(val authorizations: List<AuthorizedGroundstationResponse>, val bandwidthMHz: Double, val centerFrequencyMHz: Double, val direction: String, val name: String, val polarization: String)
List of authorized spacecraft links per ground station and the expiration date of the authorization.