Token is invalid or have expired
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.investbamboo.com/schemas/Unauthorized", "title": "Unauthorized response", "required": [ "message" ], "type": "object", "properties": { "message": { "type": "string", "description": "Unauthorized/Invalid Token/Token has expired", "example": "Invalid client token supplied." } }, "description": "Token is invalid or have expired" }