pnpm add @atproto/dev-env
# It seems that handles have to be .test for the dev environment
curl \
--silent \
--show-error \
--request POST \
--user "admin:${PDS_ADMIN_PASSWORD}" \
--header "Content-Type: application/json" \
--data '{"email": "[email protected]", "handle": "ok-email.test", "password": "foobar2342LJKLSD2342!@#!"}' \
"http://${PDS_HOSTNAME}/xrpc/com.atproto.server.createAccount"