Hi there!
I wanted to try out the new Bitbucket Server feature, but I'm already struggling with the login.
It seems like you are using the following request when logging in:
curl --location --request GET 'https://bitbucket.mycompanyname.country/rest/api/1.0/projects/' \ --header 'Authorization: Bearer PERS_TOKEN' \
which unfortunately fails for me in Fork:

although succeeds with postman:

We have a VPN connection within the company, might that be the issue for Fork?
Thanks in advance.
Cheers