pub async fn create_itinerary(
    request: CreateItineraryRequest
) -> Result<TaskResponse, Status>
Expand description

Creates an itinerary from a list of flight plans. The flight plans provided are expected to be the valid output from the query_flight endpoint. Invalid flight plans will be quickly rejected.