Create Account Invite
Create or return the authenticated account's primary invite code. The call is idempotent for accounts that already have a primary invite code.
post/v1/account/invite
Request body
CreateInviteRequest required
Response
Account invite response.
Example response
{
"code": "ABC123"
}