14 lines
342 B
Bash
14 lines
342 B
Bash
curl --location 'https://datacollection.micropcr.com/api/deviceService/device/login' \
|
|
--header 'Content-Type: application/json' \
|
|
--data '{
|
|
"lab": "",
|
|
"latitude": "",
|
|
"location": "",
|
|
"longitude": "",
|
|
"mode": "",
|
|
"password": "891beceb7434",
|
|
"serialNumber": "HCV-000-5999",
|
|
"username": "HCV-000-5999",
|
|
"version": "2.1.76"
|
|
}'
|