WooCommerce API works in Postman, and browser but not in Bubble

I am trying to connect Bubble with WooCommerce via WooCommerce API through API Connector, but it returns me an error 403 - “You don’t have permission to access this resource.”

My settings: https://snipboard.io/YyftIg.jpg

It works fine on Postman, and through browser (with keys passed as parameters).

Server logs:

HTTP request response
{
“date”: “x”,
“transfer-encoding”: “chunked”,
“connection”: “keep-alive”,
“strict-transport-security”: “max-age=63072000”,
“cf-cache-status”: “DYNAMIC”,
“report-to”: “{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=wGf9uPqL7rXWQEl1TZPZ9XPGkrCXhYFGGcmZQpCRLA0ht1yciwoNzGWNqY8Pq14FdAJVsE5yHek6m9H8tzDEHe2doihEH1tX6i2bLrg0ZFdISdyfoQ4X4csy5%2FpZM2bfHeQ%3D"}],"group":"cf-nel","max_age":604800}”,
“nel”: “{"success_fraction":0,"report_to":"cf-nel","max_age":604800}”,
“content-encoding”: “gzip”,
“alt-svc”: “h3=":443"; ma=86400, h3-29=":443"; ma=86400”,
“content-type”: “text/html; charset=iso-8859-1”,
“server”: “cloudflare”,
“cf-ray”: “75847df65f2fc73d-SEA”
}

I have also tried adding headers used in Postman:

WooCommerce API documentation:
https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-products

I’ve also made sure that I’ve followed this:

My user role permission is admin. API key access level is Read/Write.

Hello, did you found a solution ?

I have a plugin for woocomerce, if you want can upload to the store or give access private

Thanks a lot, if you can upload it to the store, I think that can help me a lot and many other people too.
You did it by yourself ?

I had to find a workaround. Worked with a developer & created a separate server for the API before parsing it through Bubble.