Creating a new customer
POST {{api-url}}/customer/{{tenant}}/signup
Request Body
{"email"=>"{{email}}", "password"=>"password123", "customerDetails"=>{"title"=>"MR", "firstName"=>"{{firstName}}", "lastName"=>"{{lastName}}", "contactPhone"=>"123456789", "contactEmail"=>"{{email}}", "company"=>"", "preferredLanguage"=>"en_EN", "preferredCurrency"=>"EUR"}}