{"message":"Welcome to the Gym!","usage":"Use the following endpoints to log workouts, get suggestions, and view history.","examples":{"log workout":"curl -X POST 'https://gym.frakt.at/log/pullups?weight=20&reps=4&sets=3'","suggest workout":"curl 'https://gym.frakt.at/suggest/pullups'","all history":"curl 'https://gym.frakt.at/history/all'","history for":"curl 'https://gym.frakt.at/history/pullups?limit=5'","last entry for":"curl 'https://gym.frakt.at/history/pullups/last'"}}