{ "operationId": "createTableLike", "method": "POST", "path": "/api/v2/databases/{database}/schemas/{schema}/tables/{name}:create-like", "summary": "Create a Table Like This Existing One", "requestExamples": [ { "contentType": "application/json", "name": "CreatetablelikeRequestExample", "example": { "name": "Example Title" } } ], "responseExamples": [] }