我正在尝试使用 Clockify API 记录时间条目。当我在终端中运行以下行时,我得到以下响应
curl -H 'content-type':'application/json' -H 'X-Api-Key':'api-key' -X POST https://api.clockify.me/api/workspaces/workspace-id/timeEntries/{"start": "2019-16-01T10:00:00" , "billable": "false" , "description": "Clockify API post" , "end": "2019-16-01T10:30:00"}/
curl: (3) [globbing] unmatched brace in column 77
curl: (3) Port number ended with ':'
curl: (6) Could not resolve host: ,
curl: (6) Could not resolve host: billable
curl: (6) Could not resolve host: false
curl: (6) Could not resolve host: ,
curl: (6) Could not resolve host: description
curl: (6) Could not resolve host: Clockify API post
curl: (6) Could not resolve host: ,
curl: (6) Could not resolve host: end
curl: (3) [globbing] unmatched close brace/bracket in column 20