backend integration script
This commit is contained in:
10
api/device_provision.sh
Normal file
10
api/device_provision.sh
Normal 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"
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user