Skip to main content

Create a new customer

POST 

/customers

Create a new customer

Request

Body

required
    email stringrequired
    password stringrequired
    name stringrequired

Responses

Successfully created a new customer

Schema
    id uuid
    name string
    email string
    password string
    created_at date-time
    updated_at date-time
Loading...