{"title":"Body","body":{"content":{"application/json":{"schema":{"type":"object","required":["sql"],"properties":{"sql":{"type":"string","description":"The SQL query to format."},"engine":{"type":"string","nullable":true,"description":"The database engine."},"database_id":{"type":"integer","nullable":true,"description":"The database id."},"template_params":{"type":"string","nullable":true,"description":"The SQL query template params as JSON string."}},"title":"FormatQueryPayloadSchema"},"example":{"sql":"string","engine":"string","database_id":1,"template_params":"string"}}},"description":"SQL query","required":true}}