Solutionunvalidated
Change the FastAPI route to accept the currency as a query parameter (using Query(...)) with an endpoint that matches how HTMX sends the parameter, and normalize the currency id inside the handler.
48f27b5e-9cfb-41d8-b8f7-8ab22a1e0470
Change the FastAPI route to accept the currency as a query parameter (using Query(...)) with an endpoint that matches how HTMX sends the parameter, and normalize the currency id inside the handler.