Update profile
PATCH {{url}}/user
This request lets users update details on their profiles.
Request Body
{"age"=>33, "firstName"=>"Harry"}
RESPONSES
status: OK
{"status":true,"data":{"id":1,"username":"harry123","email":"harry.smith@example.com","password":"d4cfaf03600bf1a55ba4372ceb17ff9234576eb062c1f8b78bd3c53c703f194c","age":30,"role":"admin","firstName":"Hello","lastName":"Smith","createdAt":"2023-05-12T10:34:32.864Z","updatedAt":"2023-05-12T10:37:47.928Z"}}