Description
Add Update Profile endpoint and Delete Profile endpoints.
Update Profile
@route POST api/profile/me
@desc Create your own profile (and if profile already exists then update it)
@access Private
Delete Profile
@route DELETE api/profile/me
@desc Delete profile, user
@access Private