Convert all created_at and modified_at fields to default to current timestamp/update timestamp. We can cleanup the SQL code in post.php (and other places) to no longer manually set these values at a later date, but it will work fine for now
Refactoring API. Added a contact update endpoint. Small misc changes.