backend integration script
This commit is contained in:
13
api/device_login.sh
Normal file
13
api/device_login.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
}'
|
||||
Reference in New Issue
Block a user