Getting 404 Response on api v2 pipeline list request

I am attempting a request to list my repo’s pipelines via the instructions at: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-get

All looks good but the response is a 404 status. What am I doing wrong? Here is the call:

curl --request GET --url ‘https://api.bitbucket.org/2.0/repositories/todaysprayer/todaysprayer.bitbucket.io/pipelines/
–header ‘Accept: application/json’