OBJECT
1type VerifyJWTPayload {23# the same JWT input4jwtToken: String! 56# the payload contained within the JWT7payload: JSONData! 89}