When integrating any API, i have to pass "Bearer" in the beginning of token in header.
if there is an option for manual string input at the beginning for Authorization in header, it will help app to deploy and run.
Currently when deploying on vercel, APIs are not working as it required Authorization = "Bearer {token}".