post https://api.freedomrobotics.ai/accounts//devices
Creates a new device for this account, returning a unique name. The body must specify a dictionary with zero or more key / value pairs as attributes for the new device in JSON form.
Example Payload:
{
"type": "turtlebot 1",
"location": "san francisco",
"platform": "ros"
}