curl --location --request POST 'https://smart-locker-api.byrokket.com/api/role/add' \ --header 'Content-Type: application/json' \ --data-raw '{ "role_name": "Admin", "devices": [1,2,3], "employees": [5,6] }'
{}