I need python generate the token properly so I can automate some API's that need this token. Python program: import jwt import base64 code = jwt.encode({'sub':' ...
確定! 回上一頁