Shahidvip.anom -
: Captures whether the account is a "Free" user or a "VIP" subscriber.
If you are writing the block code within the environment, your stack should follow this flow:
: Extracts the date when the current subscription ends to determine account value. ShahidVIP.anom
: POST to the login endpoint with and variables.
: Checks for the number of active profiles and if a "Kids" profile is enabled. : Captures whether the account is a "Free"
: Use the token to GET the /user/subscriptions or /user/profile endpoint. Key Check : FREE : If the subscription status returns null or basic. HIT : If the status contains "VIP" or "Sport".
: Use Recursive/JSON parsing to grab the expiryDate and paymentMethod . : Checks for the number of active profiles
Here is a standard feature set (config logic) typically written for a configuration to handle authentication and subscription parsing: Key Features for ShahidVIP.anom