# curl command example:
$ curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer {accessToken}" \
-d '{"deviceId":1,"values":{"1":5,"2":"new value"}}' \
https://fra1.blynk.cloud/api/v1/organization/device/datastreams
$ curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" \
-d '{"deviceId":1,"values":{"1":5,"2":"new value"}}' \
https://fra1.blynk.cloud/api/v1/organization/device/datastreams