I have a Rails API, where I want the users to be able to post Strava activities. The create action in my controller should get an activity id and then load data from the Strava API and save it to the model, which is then saved:I have a Rails API, where I want the users to b