From a9f93a7ce370230f9647f76f9dd8b36edef05576 Mon Sep 17 00:00:00 2001 From: Arlo Date: Mon, 25 Mar 2024 10:22:25 +0000 Subject: [PATCH] Delete page "create_user.md" --- create_user.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 create_user.md diff --git a/create_user.md b/create_user.md deleted file mode 100644 index 7671382..0000000 --- a/create_user.md +++ /dev/null @@ -1,24 +0,0 @@ -# Create User - -Creates a new user in the database. -Endpoint - -## POST `/api/create_user` - - -## Request Body - -```json -{ - "username": "example_user", - "password": "example_password" -} -``` - -## Example Request - -```bash -curl -X POST "https://example.com/api/create_user" \ --H "Content-Type: application/json" \ --d '{"username": "example_user", "password": "example_password"}' -``` \ No newline at end of file