Create a customer
POST {{baseUrl}}/customers
Creates a new customer.
If successful, your response includes a copy of the new customer entity.
Request Body
{"email"=>"<email>", "name"=>"<string>", "custom_data"=>"<object>", "locale"=>"en"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |