API link: https://learn.microsoft.com/en-us/rest/api/storageservices/list-containers2?tabs=azure-ad#Request
If I try without headers (token), I'm getting the below error:
<?xml version="1.0" encoding="utf-8"?>
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist.
RequestId:<guid_id>
Time:2023-06-30T08:03:13.9508663Z</Message>
</Error>