[Req][Sub] Model change response

Things5 sends a response back to device with errors if any

Request Topic and Payload

Topic

things5-production/v1/devices/<device-id>/req/model_change_res

Payload Representation

If no errors are present errors array is empty

{
  "request_id": "UUID sent in the request",
  "errors": ["model id does not exist"]
}