api calls

This commit is contained in:
Pritimay Sarkar
2024-02-19 12:46:52 +05:30
parent 5f12b92d40
commit ddd767d953
3 changed files with 7 additions and 7 deletions

View File

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