1. POST /friend-request – Create a new friend request; handle duplicate checks. 2. GET /friends/{userId} – Fetch all accepted friends of a user. 3. DELETE /friend/{friendId} – Unfriend a user. 4. GET /friend-requests/{userId} – View pending inbound/outbound requests.