curl --location --request GET 'https://api.laf.run/v1/group//invite/code'
{
"error": "string",
"data": [
{
"usedBy": {
"_id": "string",
"username": "string",
"email": "string",
"phone": "string",
"github": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}
]
}