This error occurs when the token passed to the API is invalid or has expired.
{
"code": 401,
"error": "INVALID_TOKEN",
"message": "Token is invalid"
}
This error occurs when the token passed to the API is invalid or has expired.
{
"code": 401,
"error": "INVALID_TOKEN",
"message": "Token is invalid"
}