Get all pending invites sent to users for a team
curl --location --request GET 'http://localhost:3005/api/teams/acme/invites' \ --header 'Accept: application/json' \ --header 'Authorization: Token <token>'
{ "data": { } }
Team slug of the team to get invites for