API Auth - errors

401 - UNAUTHORIZED

"ApiKey is missing."
"ApiKey is invalid."
"Invalid token header. No credentials provided."
"Invalid token header. Credentials string should not contain spaces."
"Invalid token header. Token string should not contain invalid characters."
"Token has expired"
"Invalid token"
"Invalid payload"

403 - FORBIDDEN

"You do not have permission to perform this action."