Authentication
Register a new customer account
Create a new customer account and return an API token for immediate authentication.
post/customer/register
Request body
Example request
{
"name": "John Doe",
"email": "john@example.com",
"password": "password123",
"password_confirmation": "password123",
"device_name": "iPhone 15"
}Response
LoginResponseResource