This is a simple tutorial to show how easy to have endpoints in camel case for FastAPI/Pydantic while keeping your model attributes in snake_case
nf1s/fast_api_camelcase_example
tutorial on how to create fastapi endpoint with camelcase attributes while keeping your code in snake_case
Python