This API route retrieves a registration JWT token of a customer that hasn’t been registered yet. The token is used in the header of requests that create a customer.
The provider used for authentication.
"emailpass"
The input data necessary for authentication. For example, for email-pass authentication, pass email and password properties.
OK
The authentication's details.
The JWT token used for registration or authentication.