status: invited member can be resent: an404. A per-invite429 with a Retry-After header and a{ reason: cooldown, retryAfterSeconds } body so a clientcurl --location --request POST 'https://upload.tf/api/v1/account/members/b3f1c2d4-5678-4abc-9def-0123456789ab/resend' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"member": {
"id": "b3f1c2d4-5678-4abc-9def-0123456789ab",
"email": "user@example.com",
"role": "admin",
"status": "invited",
"createdAt": "2019-08-24T14:15:22.123Z",
"inviteExpiresAt": "2019-08-24T14:15:22.123Z",
"acceptedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"seatLockedAt": "2019-08-24T14:15:22.123Z"
}
}
}