{ "request": { "method": "POST", "url": "http://192.168.1.1/osc/commands/execute", "headers": { "Content-Type": "application/json;charset=utf-8" }, "body": { "name": "camera.takePicture" } }, "response": { "status": 200, "body": { "name": "camera.takePicture", "state": "done", "results": { "fileUrl": "http://192.168.1.1/files/abc123/100RICOH/R0010001.JPG", "_dngFileUrl": "http://192.168.1.1/files/abc123/100RICOH/R0010001.DNG" } } } }