fork download
  1. curl -X POST \
  2. https://a...content-available-to-author-only...l.com/v3/polls/PbZqRz59AyN/vote \
  3. -H 'Content-Type: application/json' \
  4. -d '{
  5. "pv": "805bc440-fedf-11ee-ae48-b378637dad62",
  6. "v": {
  7. "id": "",
  8. "name": "",
  9. "pollVotes": [
  10. {
  11. "id": "poy92VLmAnJ",
  12. "value": 1
  13. }
  14. ],
  15. "voteType": "add",
  16. "token": "",
  17. "isEmbed": false
  18. },
  19. "h": false,
  20. "ht": false,
  21. "token": null,
  22. "st": null
  23. }'
  24.  
Success #stdin #stdout 0.03s 25480KB
stdin
Standard input is empty
stdout
curl -X POST \
  https://a...content-available-to-author-only...l.com/v3/polls/PbZqRz59AyN/vote \
  -H 'Content-Type: application/json' \
  -d '{
    "pv": "805bc440-fedf-11ee-ae48-b378637dad62",
    "v": {
        "id": "",
        "name": "",
        "pollVotes": [
            {
                "id": "poy92VLmAnJ",
                "value": 1
            }
        ],
        "voteType": "add",
        "token": "",
        "isEmbed": false
    },
    "h": false,
    "ht": false,
    "token": null,
    "st": null
}'