11 lines
427 B
Bash
11 lines
427 B
Bash
curl --location --request POST 'https://asia-south1-hpos-af3cc.cloudfunctions.net/my_function' --header 'Content-Type: application/json' --header 'x-client: e16a1bd15af2ee640f5a7a18c8d8333f5f01f7c66e003bbc21ee52870f1bce27' --data-raw '{
|
|
"_id": "202311180000SMIBLR",
|
|
"calculatedRatio": "0.1232",
|
|
"deviceRatio": "0.253",
|
|
"led1Buffer": "23981",
|
|
"led2Buffer": "21882",
|
|
"led1Sample": "18906",
|
|
"led2Sample": "9837"
|
|
}'
|
|
|