curl --location --request PATCH '/projects//change-timeline-view-type' \ --header 'Content-Type: application/json' \ --data '{ "type": true }'
{ "projectId": 0, "type": true }