Create a new customer

POST {{api-url}}/customer/{{tenant}}/signup

Request Body

{"email"=>"{{first_email}}", "password"=>"password123", "customerDetails"=>{"title"=>"MR", "firstName"=>"{{first_first_name}}", "lastName"=>"{{first_last_name}}", "contactPhone"=>"123456789", "contactEmail"=>"{{first_email}}", "company"=>"", "preferredLanguage"=>"en_EN", "preferredCurrency"=>"EUR"}}