curl --location --request GET 'https://v1.popaap.cc/api/licenses//users'{
"license": {
"id": 1,
"license_key": "A1B2C3D4E5F6G7H8",
"status": "active"
},
"users": [
{
"id": 1,
"username": "user1",
"hwid": "HWID123456789",
"ip_address": "192.168.1.1",
"last_login": "2024-01-01T00:00:00.000Z",
"is_active": true,
"created_at": "2024-01-01T00:00:00.000Z"
}
]
}