Wanted to see if I could replace my internally built UC API wrapper but using this package I cannot figure out how to pass a bearer token?
Tried passing the below to extra_headers, but no luck unfortunately.
headers = {
"Authorization": f"Bearer {my_token}",
"Content-Type": "application/json",
}