--- openapi: post /create --- ```bash Request curl --request POST \ --url http://localhost:8080/create \ -F "config=@/path/to/config.yaml" ``` ```json Response { "response": "App created successfully. App ID: {app_id}" } ```