Problem with Authorization in API Connector

Hi! i have the following issue when i’m using api connector and header param Authorization.
It looks like the api connector doesn’t take the Authorization Bearer Token.

My workflow Api Call
Screenshot_179

My Api Connector

When i’m initialize the Api Call, this return me successfuly response like this
{
“result”: “ok”,
“data”: {
“isRegistered”: true
}
}

But when I do debugging it throws me the following error
Status code: 403 Forbbiden
{
“result”: “error”,
“message”: “Unauthorized– You don’t have access to this server”
}

I’m think something happen with the authorization param.

I appreciated constructive replies.

Can we have a little bit more context? Which API you’re trying to connect to?

Maybe provide the curl as set in the documentation