Nextjs Api's for primary backend S.I.C.K. API Documentation Base URL The base URL for the API is: https://sickb.vercel.app Endpoints 1. Get All Users Endpoint: /api/users Method: GET Description: Retrieves a list of all users. Request: curl -X GET "https://sickb.vercel.app/api/users" trigger deployment2