Requesting With Parameters
问题 I'm doing some experiments with the Clockify API. It uses curl but I figured a way with python requests. In the Time-Entry Section there's a optional parameter you can pass. Basically without this parameter the duration format of the time-entry show's up in letters and numbers. It's the "consider-duration-format" parameter btw. I tried passing this parameter through url = 'https://api.clockify.me/api/v1/workspaces/{workspaceID}/user/{userID}/time-entry headers = {'X-Api-Key': 'my_api_key',