{
    "dsId": "string",
    "sql": "string"
}curl --location --request POST '/public-api/data-source/change-dbDataset-sql' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "dsId": "string",
    "sql": "string"
}'{
    "result": "ok",
    "response": true
}