curl --request POST \
--url https://api.plane.com/v1/time-entries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"worker": "<string>",
"duration": "<string>",
"date": "<string>",
"note": "<string>"
}
'