Register a user
POST
/users
curl \
--request POST '/wp-json/hivepress/v1/users' \
--header "Content-Type: application/json" \
--data '{"username":"string","email":"string","password":"string"}'
Request examples
{
"username": "string",
"email": "string",
"password": "string"
}