{
    "overwriteExistingData": true,
    "query": "string"
}curl --location --request POST '/public-api/data-source//refresh' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "overwriteExistingData": true,
    "query": "string"
}'{
    "result": "string",
    "response": "string",
    "error": {
        "status": 0,
        "message": "string",
        "detail": {
            "notifyType": "string"
        }
    }
}