Authorization: Bearer ********************
{ "device_serials": ["ONE001"], "w_ota": true }
curl --location --request POST '/api/public/v1/devices/sendCommandsBulk' \ --header 'Content-Type: application/json' \ --data-raw '{ "device_serials": ["ONE001"], "w_ota": true }'
[ { "headers": {}, "original": { "data": "Command sent!!" }, "exception": null } ]