## Create list **post** `/api/v1/lists` Increments the Replicache space version via repVersionIncrement after writing. ### Query Parameters - `spaceId: optional string` Optional space id; when omitted, the user’s default space is used. ### Body Parameters - `listId: optional string` - `name: optional string` - `spaceId: optional string` ### Example ```http curl https://$FLUIDWAVE_HOST/api/v1/lists \ -H 'Content-Type: application/json' \ -d '{}' ```