curl --location 'https://analysis.fineye.co/customer-consent?mobile_number=9876543210' \
--header 'authkey;'{
"api_name": "Fineye - Fetch Customer Consent",
"message": "Success",
"result": [
{
"consent_id": "b8a2f683-a527-4052-bacc-f5c1652bdf2a",
"fetch_type": "PERIODIC",
"session_id": null,
"from_date": "2025-01-01T00:00:00.000Z",
"to_date": "2025-12-31T23:59:59.000Z",
"consent_expiry": { "unit": "HOUR", "value": 1 },
"data_life": { "unit": "MONTH", "value": 1 },
"frequency": { "unit": "HOUR", "value": 1 },
"mobile_number": "9999999999"
}
],
"status": "OKRES"
}