Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/blame/commit/bca4e04acce0a7391b5285b8031ab385f63173c2/scripts/send_to_auth.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.

14 lines
408 B

2 years ago
#!/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