curl --location --request GET 'https://smart-locker-api.byrokket.com/api/location/13'{
"status": "string",
"data": {
"id": "string",
"location_name": "string",
"schedule": "string",
"area_id": [
0
],
"created_by": "string",
"roles": [
{
"name": "string",
"devices": [
0
],
"employees": [
0
]
}
],
"lockers": [
{
"locker_name": "string",
"master_locker": "string",
"master_locker_id": "string"
}
]
}
}