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

10
api/device_provision.sh Normal file
View File

@@ -0,0 +1,10 @@
curl --location 'https://datacollection.micropcr.com/api/deviceManagement/device/provision' \
--header 'Content-Type: application/json' \
--data-raw '{
"serialNumber": "HPP1-0111-0001",
"deviceTypeName": "HPOS",
"uid": "HPP1-0111-0001",
"email": "HPOS_provisioner@bigtec.co.in",
"password": "f2ab0e7f9d69"
}'