get_bearer_token: Get bearer token using the cookie token
Description
Get bearer token using the cookie token
Usage
get_bearer_token(hostname, cookie_token, name = "token")
Arguments
- hostname
The API hostname.
- cookie_token
The cookie token.
- name
The name of the token (default is "token").