Is there a way to convert incoming body data from JS client side to snake_case, and convert outcoming response data from the server to camelCase. Besides, I want to implement it with Pydantic. By the way, I am a total newbie in FastAPI + Pydantic
There is a helpful python package for it - fastapi_camelcase