----------
+ Change the transcript endpoint to use POST and a TranscriptId model
+ Use genomic location for ClinVar link
+ Add support for Ensembl transcripts on the links endpoint
+ Refactor and simplify the BedModel
+ Validate HGVS is valid before querying Variant Validator
+ Change the links endpoint to use POST and HGVS
+ Add FastAPI endpoint for comparing transcripts
+ Add FastAPI endpoint for skipping exons
+ Add Flask web app
+ Drop support for Python 3.8
+ Add support for python 3.13