put https://www.keycafe.com/v0/location/
Link a SmartBox to a location with a PUT request to the endpoint with the location ID (enterprise customers only).
The body should contain the serial number of the SmartBox as a JSON object:
{
"box": {
"serialNumber": "XXXXXX"
}
}
Returns a location object if the call succeeded.