Login a user

POST /users/login
application/json

Body

Responses

POST /users/login
curl \
 -X POST /wp-json/hivepress/v1/users/login \
 -H "Content-Type: application/json" \
 -d '{"username_or_email":"string","password":"string"}'
Request example
{
  "username_or_email": "string",
  "password": "string"
}