curl --location --request GET 'https://api.ricardoneud.com/v3/reseller//check'
{
"license_data": [
{
"registered_to": "John Doe",
"domain_or_ip": ["example.com", "www.example.com"],
"status": "valid",
"product_name": "My Product"
}
]
}