curl --location --request GET 'https://slack.com/api/apps.permissions.users.list?token='{
    "ok": true,
    "resources": [
        {
            "id": "U0DES3UAN",
            "scopes": [
                "dnd:write:user",
                "reminders:write:user"
            ]
        },
        {
            "id": "U024BFF1M",
            "scopes": [
                "reminders:write:user"
            ]
        }
    ],
    "response_metadata": {
        "next_cursor": "dGVhbTdPMUg5UkFTT0w="
    }
}