Accept an invitation to join a team. The user must be logged in to accept an invite.
curl --location --request POST 'http://localhost:3005/api/invites/c476e01e-5642-4a20-a84f-07a8b4b5d5a4/accept' \ --header 'Accept: application/json' \ --header 'Authorization: Token <token>'
{ "data": { } }
The id of the invite to accept.