✅ Help with http request

Hey guys, i'm having a wierd issue, i made a trial request to my mysql service provider via postman and it works fine, but when i try to do it via c# code, it returns with a 401, what's wierd is i used same auth ticket for both:
curl --location 'https://spending-juanthehuman.turso.io/v2/pipeline' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{"requests": [{"type": "execute","stmt": {"sql": "SELECT * FROM records"}},{"type": "close"}]}'
Was this page helpful?