[Pub] Update responsePublish on this topic to send a response for a previous update firmware request.Request Topic and Payload Topic Topicthings5-production/v1/devices/<device-id>/cmd/update_firmware_res Payload representation Success{ "request_id": "UUID sent in the request", "success": true } Error{ "request_id": "UUID sent in the request", "success": false, "errors": [ "error description" ] }