Sign up method
With the "Sign up" method, you can implement user registration functionality in your application.
A new WordPress user will be created with the provided email, username, and password.
Parameters
- Username: This is a required function field where you can return the desired username.
- Email: This is a required function field where you can return the user's email address.
- Password: This is a required function field where you can return the user's password.
Response
On successful sign-up, the user will be automatically signed in and an authentication token will be stored. The response will contain the user data.
