{ "emails": ["me#test.com", "me#test.com"] }
curl --location 'http://localhost:3000/api/v1/auth/invite' \ --header 'Content-Type: application/json' \ --data '{ "emails": ["me#test.com", "me#test.com"] }'
{}