Finish stageThis page describes how to finish stage. Route details#Url: https://velo-europe.de/api/{lang}/proxy/stage/{userRiddenTrackStage}/finishMethod: POSTAuthentication requiredPath params#userRiddenTrackStage - integer - required - stage idExample request#curl --location --request POST 'https://velo-europe.de/api/de/proxy/stage/591/finish' \--header 'accept: application/json' \--header 'authorization: Bearer ZDQ5OTc2NjI4YzA2NThiMjY5NjE3Zjg3OTc4Y2RjNTg0NjUzYTU2NDAwMDI2ZDdlMDNlMzk2Y2Q0YjA1NjYwZQ' CopyExample response body#{ "success": true}Copy