Projects
Create Project
Creates a new project for the authenticated user
POST
Body Parameters
Project name
Project description
Project icon (emoji or icon identifier)
Project color (hex code, e.g., #3B82F6)
Response
Indicates if the project was created successfully
Success or error message
The newly created project object
Notes
- Only the
namefield is required - Icons can be emojis or icon identifiers from your icon library
- Colors should be in hex format (e.g., #3B82F6)
- The project is automatically associated with the authenticated user

