I am attmpting to create the token in Postman, but I am getting the error 401 with the following:
{
"success": false,
"errors": "Login required",
"error_code": "invalid_credentials"
}
I have included the username and password in the authorization tab as basic auth and also tried including it in the body with no luck.