main
parent
85f05cf163
commit
370d327a70
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
#!/bin/sh |
||||
|
||||
for i in $(seq 1 100); |
||||
do |
||||
curl --location --request POST 'http://127.0.0.1:9994/api/v1/registration' \ |
||||
--header 'x-device: android' \ |
||||
--header 'x-checksum: b25seWZvcm9iaXVzZXJzhY0e357DGJYW5kcm9pZA==' \ |
||||
--header '1673858714;' \ |
||||
--header 'Content-Type: application/x-www-form-urlencoded' \ |
||||
--data-urlencode uid=""$1"" \ |
||||
--data-urlencode email=""$1@mail.ru"" |
||||
echo "" |
||||
done |
Loading…
Reference in new issue