This PR adds a mock of the server, which supports both HTTP and HTTPS protocols. The mock server provides predefined responses to specific API endpoints, including JWT token generation for authentication, file serving, and custom JSON responses. This setup is useful for local testing and simulating interactions with various API endpoints.
Description
This PR adds a mock of the server, which supports both HTTP and HTTPS protocols. The mock server provides predefined responses to specific API endpoints, including JWT token generation for authentication, file serving, and custom JSON responses. This setup is useful for local testing and simulating interactions with various API endpoints.