How to use Authorization bearer token in ansible.builtin.uri module

Hi,

I am trying to call bitbucket REST APIs with ansible.builtin.uri module using Authorization token like below.

According to https://support.atlassian.com/bitbucket-cloud/docs/using-access-tokens/
that header should be

    Authorization: "Bearer {{ bearer_token }}"

It makes no mention of an “access_token” header.