put https://www.keycafe.com/v0/key/
Link a Keycafe fob to a key with a PUT request to the endpoint with the key ID.
The body should contain the serial number of the fob as a JSON object:
{
"serialNumber": "XXXXXX"
}
Returns a key object if the call succeeded.