curl --location --request GET 'https://slack.com/api/reactions.get?token='{
    "file": {
        "channels": [
            "C2U7V2YA2"
        ],
        "comments_count": 1,
        "created": 1507850315,
        "groups": [],
        "id": "F7H0D7ZA4",
        "ims": [],
        "name": "computer.gif",
        "reactions": [
            {
                "count": 1,
                "name": "stuck_out_tongue_winking_eye",
                "users": [
                    "U2U85N1RV"
                ]
            }
        ],
        "timestamp": 1507850315,
        "title": "computer.gif",
        "user": "U2U85N1RV"
    },
    "ok": true,
    "type": "file"
}