curl -X POST "$API_BASE_URL/v1/org/$ORG_ID/contexts/sign-in/$CTX_ID/modules/up/create" \ -H "x-auth-token: $NETGRAPH_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "username": "alice.smith", "password": "Bx7-qMfeQ9" }'
{ "username": "alice.smith", "password": "Bx7-qMfeQ9" }
Create a username/password user account inside a Sign-In Context.