When I submit the following request, the user is created but when I look in the Nuki app, the slider indicating that access is limited in time is not set.
Am I doing something wrong?
curl -X PUT --header Content-Type: application/json --header Accept: application/json --header Authorization: Bearer <bearer_code> -d { 'accountUserId': <account_user_id>, 'name': "tmp_John_Doe", 'remoteAllowed': false, 'smartActionsEnabled': false, 'allowedFromDate':"2018-12-22T15:00Z", 'allowedUntilDate':"2018-12-28T10:00Z"} https://api.nuki.io/smartlock/<smart_lock_id>/auth