Replace third-party form-data package with native FormData class

Author: JaoodxDCreated Aug 1, 2024Updated Sep 3, 2025

Node.js has supported native FormData since version 18. This issue proposes replacing the third-party form-data package with the built-in FormData class to reduce number of third-party dependencies and lean toward native solutions.