curl --location --request GET 'https://slack.com/api/apps.permissions.resources.list?token='{
    "ok": true,
    "resources": [
        {
            "id": "T0DES3UAN",
            "type": "team"
        },
        {
            "id": "D024BFF1M",
            "type": "app_home"
        },
        {
            "id": "C024BE91L",
            "type": "channel"
        }
    ],
    "response_metadata": {
        "next_cursor": "dGVhbTpDMUg5UkVTR0w="
    }
}