Register a new customer
Creates a new customer account and returns a JWT token
POST
Spree SDK
Authorizations
Publishable API key for store access
Headers
Body
application/json
Example:
"newuser@example.com"
Minimum string length:
6Example:
"password123"
Example:
"password123"
Example:
"John"
Example:
"Doe"
Example:
"+1234567890"
Example:
true
Example:
{ "source": "storefront" }
Spree SDK

