curl --location --request POST 'https://app.apacta.com/api/v1/time_entries' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",
"from_time": "string",
"is_all_day": true,
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"sum": 0,
"time_entry_type_id": "60cb6553-8a2f-4fca-9b11-2528c3e5d017",
"to_time": "string",
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}