Skip to content

Instantly share code, notes, and snippets.

@AbdullahBhutta12
AbdullahBhutta12 / http
Last active September 25, 2025 13:49
Personal Organizer app APIs
///////////////// Sign up /////////////////
http://0.0.0.0:8000/user/sign_up
HTTP/1.1" 201 Created
{
"username": "ring",
"email": "ring",
"password": "ring"
}