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