mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
9 lines
204 B
Bash
9 lines
204 B
Bash
curl -X POST \
|
|
"$LANGFLOW_URL/api/v1/users/" \
|
|
-H "Content-Type: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
-d '{
|
|
"username": "newuser2",
|
|
"password": "securepassword123"
|
|
}'
|