Merge thing command at /attributes

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/merge",
  "headers": {
    "content-type": "application/merge-patch+json",
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/attributes",
  "value": {
    "location": {
      "latitude": 44.673856,
      "longitude": 8.261719
    }
  }
}