I am new to WordPress. I have installed WordPress and the plugin wp-json api user.
I used the following API to get the user nonce:
http://localhost/wordpress/?json=get_nonce&controller=user&method=register
Then I used the following to create a new user using the following request :
I am getting 404 in reponse.