curl --location --request POST 'https://app.apacta.com/api/v1/time_entry_types' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"name": "string",
"time_entry_interval_id": "3c5dc27d-43ec-45ad-a9f5-d706efeafd37",
"time_entry_value_type_id": "dc464039-f7a2-4be5-9a4d-50b38650ba46"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}