Get an invite by id
curl --location --request GET 'http://localhost:3005/api/teams/acme/invites/23' \ --header 'Accept: application/json' \ --header 'Authorization: Token <token>'
{ "data": { } }
Team slug of the team to get invites for
ID of the invite to get