Files
hpos-data/api/device_provision.sh

11 lines
327 B
Bash
Raw Normal View History

2024-01-15 21:01:27 +05:30
curl --location 'https://datacollection.micropcr.com/api/deviceManagement/device/provision' \
--header 'Content-Type: application/json' \
--data-raw '{
2024-02-19 12:46:52 +05:30
"serialNumber": "HCV-000-5003",
2024-01-15 21:01:27 +05:30
"deviceTypeName": "HPOS",
2024-02-19 12:46:52 +05:30
"uid": "HCV-000-5003",
2024-01-15 21:01:27 +05:30
"email": "HPOS_provisioner@bigtec.co.in",
"password": "f2ab0e7f9d69"
}'