### List All ONU by Board and OLT PON
GET localhost:8081/api/v1/board/2/pon/7

### Get ONU by Board and OLT PON and ONU ID
GET localhost:8081/api/v1/board/1/pon/8/onu/11

### Get Empty ONU ID by Board and OLT PON
GET localhost:8081/api/v1/board/1/pon/8/onu_id/empty

### Update Empty ONU ID by Board and OLT PON on Redis
GET localhost:8081/api/v1/board/1/pon/8/onu_id/update

### Get ONU ID by Board and OLT PON with Pagination
GET localhost:8081/api/v1/paginate/board/1/pon/8?page=2

### Get ONU ID by Board and OLT PON with Limit
GET localhost:8081/api/v1/paginate/board/1/pon/8?limit=5

### Get ONU ID by Board and OLT PON with Pagination and Limit
GET localhost:8081/api/v1/paginate/board/1/pon/8?page=2&limit=5