Zukdoor Authorization

Zukdoor has a seperate authorization system. (RapidAPI users also need to register Zukdoor accounts to use Zukdoor APIs.) Call Login API to get a JWT, and put the JWT with prefix Bearer in the Authorization field of request header when making a requesting which needs authorization. For example, if user's token is ABCDEF123456, he/she needs to put Authorization: Bearer ABCDEF123456 in request header when making a request of StartTask API.