Trying to curl the `/devices/... APIs for specific information only. I'm trying the following, without success.
http://user:[email protected]:2501/devices/views/all/devices.json -X POST -d 'json={"fields": "[\"kismet.device.base.manuf\", \"kismet.device.base.macaddr\"]" }'
Have been trying to follow the docs here