RootCauseunvalidated
The FastAPI endpoint was defined using a path parameter ({currency_id}), but the request was made as a query/path value that didn't match the expected parameter mapping, leading to incorrect or default currency handling. The use of Query vs path parameters was mismatched.
01a9e831-6275-4a4f-92e7-182a45642557
The FastAPI endpoint was defined using a path parameter ({currency_id}), but the request was made as a query/path value that didn't match the expected parameter mapping, leading to incorrect or default currency handling. The use of Query vs path parameters was mismatched.