There are situations where we need to "create" identity pragmatically, we see 2 possible solutions:
• Start registration flow and post data (email, random password) without user interaction
• Create identity using admin api
What should be the preferred way of doing it?