backend integration script

This commit is contained in:
Pritimay Sarkar
2024-01-15 21:01:27 +05:30
parent 39ec59648c
commit e87ef8d831
3 changed files with 204 additions and 0 deletions

13
api/device_login.sh Normal file
View 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"
}'