Skip to content

Instantly share code, notes, and snippets.

@jollygiraffe
Created July 3, 2025 19:37
Show Gist options
  • Save jollygiraffe/207ee0cedef66395260d304ac3cfb042 to your computer and use it in GitHub Desktop.
Save jollygiraffe/207ee0cedef66395260d304ac3cfb042 to your computer and use it in GitHub Desktop.
let obj = {
"request_date_ms": 1704664060864,
"request_date": "2024-01-07T21:47:40Z",
"subscriber": {
"non_subscriptions": {},
"first_seen": "2024-01-07T21:42:02Z",
"original_application_version": "1",
"other_purchases": {},
"management_url": null,
"subscriptions": {
"7S8W4W365S.ai.perplexity.mac": {
"ownership_type": "PURCHASED",
"store": "app_store",
"is_sandbox": false,
"expires_date": "2099-03-27T07:52:54Z",
"original_purchase_date": "2020-03-27T07:52:55Z",
"purchase_date": "2020-03-27T07:52:54Z"
}
},
"entitlements": {
"Perplexity Pro": {
"ownership_type": "PURCHASED",
"store": "app_store",
"is_sandbox": false,
"expires_date": "2099-03-27T07:52:54Z",
"original_purchase_date": "2020-03-27T07:52:55Z",
"purchase_date": "2020-03-27T07:52:54Z",
"product_identifier": "7S8W4W365S.ai.perplexity.mac"
}
},
"original_purchase_date": "2024-01-07T21:38:41Z",
"original_app_user_id": "$RCAnonymousID:06923c3f1dfc4f23b1b56c9e24dbdffc",
"last_seen": "2024-01-07T21:42:02Z"
}
};
$done({response: {body: JSON.stringify(obj), status: 200}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment