4f695d7e62
The create_instance endpoint was expecting tool_type_id and display_name as query parameters, but the frontend sends them in the JSON body. Added CreateInstanceRequest Pydantic model to properly parse the request body. Fixes 422 Unprocessable Content error on instance creation.