Open zamuzakki opened 8 months ago
We need to use Trends.Earth as authentication. See how we could do it.
We could make POST request to https://api2.trends.earth/auth
https://api2.trends.earth/auth
with payload
{ "email": "email@domain.com", "password": "password" }
And it will return
{ "access_token": "access token" }
We need to use Trends.Earth as authentication. See how we could do it.