Authorization: Bearer ********************curl --location --request GET 'https://sit-api.playariagame.com/user/invitation/list' \
--header 'Authorization: Bearer <token>'{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"uid": 0,
"name": "string",
"screenName": "string",
"smallAvatar": "string",
"largeAvatar": "string",
"registrationTime": "string",
"pts": 0,
"ptsUnit": "string"
}
],
"empty": true,
"notEmpty": true
}