Hi Folks, I am trying to find documentation for creating an user identity. This is locally hosted Ory.
All could find is
https://www.ory.sh/docs/kratos/reference/api#operation/adminCreateIdentity, it seems to be generic example that needs OryAccessToken as admin.
Is there a repo with better/simpler examples ? I want to create it with api and not with ory-kratos-client.
With api would be a better test since the code looks much similar(logic) across python, Go,.. tests.
To be more specific, I understand how browser uses flow-id and CSRF cookie for user registration.
For api end point, it should send similar info without CSRF token but just "traits" and "schema_id".