I am currently developing a mobile application and many of our users ask us if they can export their workouts to Strava. We can post some workout data to /activities https://developers.strava.com/docs/reference/#api-Activities-createActivity through your API but, the workout data is very limited. Is there a way I can post all of the variables under https://developers.strava.com/docs/reference/#api-models-DetailedActivity to /activities or another endpoint? That would allow sending more complete data from our users to Strava.
Thanks!