8 lines
377 B
Bash
8 lines
377 B
Bash
|
#!/usr/bin/env bash
|
||
|
# 00000000-0000-0000-75bc-93dc420288e3
|
||
|
curl \
|
||
|
'https://nsis.ru/api/v1/status/00000000-0000-0000-bb1c-2353d446bf47/?formCode=check_osago_fact_transport' \
|
||
|
-H 'X-Requested-With: XMLHttpRequest' \
|
||
|
-H 'Content-Type: multipart/form-data; boundary=---------------------------330424154228665440354056616977' \
|
||
|
-c cookies.txt -b cookies.txt | jq ".modals.html"
|