{
"serial_number": "123456789012345",
"firmwareVersion": "2.5.1",
"url_firmware": "https://example.com/firmware.bin"
}curl --location 'https://cgv-prd-command-api.contele.io/v1/command/update-firmware' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"serial_number": "123456789012345",
"firmwareVersion": "2.5.1",
"url_firmware": "https://example.com/firmware.bin"
}'