The API "does nothing" except return "Pong!" if everything is OK. Additionally, it returns the JWT token in a human-readable format. Useful for checking overall API system availability and also debugging the JWT token.
Request
Authorization
Add the parameter
Authorization
to HeadersοΌwhose value is to concatenate the Token after the Bearer.