curl --request POST \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/send-invitation \
--header 'Authorization: Bearer <token>'{
"message": "Invitation sent successfully"
}Resend invitation email to a collaborator
curl --request POST \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/send-invitation \
--header 'Authorization: Bearer <token>'{
"message": "Invitation sent successfully"
}