--- openapi: post /{app_id}/deploy --- ```bash Request curl --request POST \ --url http://localhost:8080/{app_id}/deploy \ -d "api_key=ec-xxxx" ``` ```json Response { "response": "App deployed successfully." } ```