Created
July 17, 2020 17:42
-
-
Save anteriovieira/e0c6c0c142f2b54d1abc0ac960821e36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"id": "1", | |
"first_name": "John", | |
"last_name": "Doe", | |
"avatar_url": "https://i.pravatar.cc/400?u=johondoe", | |
"handle": "jhon_doe", | |
"metrics": { | |
"overall_score": 0, | |
"total_money": 0, | |
"expires_at": "2020-08-17T17:27:14.921Z", | |
"recruted_via": "string", | |
"total_chat_messages": 0, | |
"total_new_chat_messages": 0, | |
"challenges": [ | |
{ | |
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", | |
"title": "string", | |
"latest_active_time": "2020-07-17T17:27:14.921Z", | |
"latest_active_type": "string", | |
"total_money_earn": 0 | |
} | |
] | |
} | |
}, | |
{ | |
"id": "2", | |
"first_name": "Foo", | |
"last_name": "Baz", | |
"avatar_url": "https://i.pravatar.cc/400?u=foobaz", | |
"handle": "foo_baz", | |
"metrics": { | |
"overall_score": 0, | |
"total_money": 0, | |
"expires_at": "2020-10-17T17:27:14.921Z", | |
"recruted_via": "string", | |
"total_chat_messages": 0, | |
"total_new_chat_messages": 0, | |
"challenges": [ | |
{ | |
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", | |
"title": "string", | |
"latest_active_time": "2020-07-17T17:27:14.921Z", | |
"latest_active_type": "string", | |
"total_money_earn": 0 | |
} | |
] | |
} | |
} | |
], | |
"meta": { | |
"count": 1, | |
"page": 0, | |
"total": 1 | |
}, | |
"relationships": [ | |
{ | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment