Your auth header needs to to be prefixed with “Bearer” like this:
headers = {
“Content-Type”: “application/json”,
“Authorization”: “Bearer XYZyJh…R30QZZZZZZ”
}
Your auth header needs to to be prefixed with “Bearer” like this:
headers = {
“Content-Type”: “application/json”,
“Authorization”: “Bearer XYZyJh…R30QZZZZZZ”
}