Advertisement
dereksir

Untitled

Aug 10th, 2023
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. curl -L -X POST 'http://localhost:8191/v1' \
  2. -H 'Content-Type: application/json' \
  3. --data-raw '{
  4.  "cmd": "sessions.list",
  5.  "url":"http://www.google.com/",
  6.  "maxTimeout": 60000
  7. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement