Simple API request to BB Cloud does not work. Please help

Hello. I’m just starting with BB cloud.
According to BB cloud API I do next get request:
curl --request GET
–url ‘https://api.bitbucket.org/2.0/repositories/myworkspace/myrepo/commits
–header ‘Authorization: Bearer my-token’
–header ‘Accept: application/json’

and get next page in response:

What am I doing wrong?
PS: I just created a token for the repo.
PPS: Is it possible that my workspace does not support API requests?