Hello everyone, I'am discovering the Strava API and i have already an issue with the fonctionnality "explore segments"
This is my code :
http get "https://www.strava.com/api/v3/segments/explore?bounds=[48.750242,5.116399597167978,48.79404419496171,5.216993164062509]&activity_type=riding" "Authorization: Bearer my_token"
I ran it in the command prompt and none segments are found. Can you help me ?