curl --location --request POST 'https://v1.popaap.cc/api/licenses/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "6b9160d8-9817-407f-87d4-ba221713b4db",
"license_key": "94F7E10BABE6BAE3F40479EDE7D0CEFD",
"hwid": "hwid"
}'{
"success": true,
"message": "License activated successfully",
"code": "LICENSE_ACTIVATED",
"license": {
"status": "active",
"activation_date": "2025-07-10T10:22:33.022Z",
"hwid": "hwid",
"ip_address": "127.0.0.1",
"last_used": "2025-07-10T10:22:33.022Z",
"plan": {
"name": "test",
"duration_days": null
}
}
}