curl --request GET \
--url https://api.anysite.io/token/statistic \
--header 'access-token: <access-token>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"front_id": "<string>",
"login": "<string>",
"role": "member",
"email": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"last_login_at": "2023-11-07T05:31:56Z",
"email_verified": false
},
"is_primary": true,
"points": 123,
"plan": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z"
}
]
curl --request GET \
--url https://api.anysite.io/token/statistic \
--header 'access-token: <access-token>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"front_id": "<string>",
"login": "<string>",
"role": "member",
"email": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"last_login_at": "2023-11-07T05:31:56Z",
"email_verified": false
},
"is_primary": true,
"points": 123,
"plan": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z"
}
]