curl --request POST \
--url https://www.esologs.com/oauth/token \
--header 'Authorization: Basic <client_id>:<client_secret>' \
--header 'Content-Type: multipart/form-data' \
--form grant_type=client_credentials
datamodel-codegen --input schema.json --input-file-type=json --output schema.py
pdm run ruff check .
pdm run black . --check
pdm run mypy .