We need to have endpoints that can help us to manage technologies information, here are the required operations:
POST
/technologies
BODY
{
creation_date (timestamp): YYYY-MM-DD hh:mm:ss,
time_entry_id: UUID
name: technology name
}
GET
/technologies
It returns all the stored technologies