curl --location --request PATCH 'https://smart-locker-api.byrokket.com/api/bays/1/user' \ --header 'Content-Type: application/json' \ --data-raw '{ "device_id": 2 }'
{ "status": "true", "message": "Cabin device updated successfully" }