# Functions
AddFileToWriter takes file path and write it to multipart writer and return error.
CountWords counts the words in string Spaces does not count
Example "New System" return 2.
DefaultParams return default parameters [limit | 10] [order | "asc"/"dsc"].
MakeRequest is a generic function to make HTTP requests.