{
"theme_id": "string",
"message_id": "string",
"is_zero_rows": true
}curl --location --request POST '/public-api/chat/explain-sql' \
--header 'ENV-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme_id": "string",
"message_id": "string",
"is_zero_rows": true
}'{
"code": 0,
"message": "SUCCESS",
"data": {
"explanation": "xxx"
}
}