put https://www.keycafe.com/v0/bin/
Add a key to a bin with a PUT request to the endpoint with the bin ID (enterprise customers only).
The body should contain the serial number of the Keycafe fob as a JSON object:
{
“key”: {
"serialNumber": "XXXXXX"
}
}
Returns a bin object if the call succeeded.