Files
hpos-data/api/device_provision.sh
2024-01-15 21:01:27 +05:30

11 lines
331 B
Bash

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"
}'