Files
hpos-data/api/device_login.sh
2024-01-15 21:01:27 +05:30

14 lines
346 B
Bash

curl --location 'https://datacollection.micropcr.com/api/deviceService/device/login' \
--header 'Content-Type: application/json' \
--data '{
"lab": "",
"latitude": "",
"location": "",
"longitude": "",
"mode": "",
"password": "8525333faa47",
"serialNumber": "HPP1-0111-0001",
"username": "HPP1-0111-0001",
"version": "2.1.76"
}'