cURL
curl --request POST \ --url http://api.stuut.ai/v1/user-invites/{email}/resend \ --header 'Authorization: Bearer <token>'
{ "email": "<string>", "object": "<string>", "organization_id": "<string>", "as_admin": true, "created_at": "2023-11-07T05:31:56Z", "invited_by_id": "<string>", "is_accepted": true, "modified_at": "2023-11-07T05:31:56Z", "sent_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
255
32