{
    "token": "string"
}curl --location --request POST '/public-api/data-source//get-readable-owners' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string"
}'{
    "result": "sunt",
    "response": {
        "ownerGroups": [
            "esse deserunt consectetur",
            "cillum eu tempor adipisicing",
            "minim non sed consectetur"
        ],
        "ownerUsers": [
            {
                "id": "eAQBcm7ZMNaqEOGNMYxZa",
                "name": "坚文昊",
                "canExport": true,
                "loginId": "61",
                "email": "gs2m5646@yahoo.com.cn"
            },
            {
                "id": "X_jGF79JuiMgfqvRZVxfP",
                "name": "卿建华",
                "canExport": false,
                "loginId": "22",
                "email": "tw9izl_oe8@sina.com"
            }
        ],
        "readableGroups": [
            "in laborum pariatur proident ex"
        ],
        "readableUsers": [
            {
                "id": "nLvY8UgN89355pUGTaI0k",
                "name": "歧国香",
                "canExport": false,
                "loginId": "65",
                "email": "m8eiuk52@gmail.com"
            }
        ]
    }
}