curl --location --request GET '/manage/invitation-codes/stats'{
"code": 20000,
"data": {
"disabled_count": 2,
"expired_count": 8,
"total_count": 100,
"total_used_count": 40,
"unused_count": 50,
"used_count": 40
},
"err_code": "string",
"msg": null
}