#USER API Details (/user/):
Get the list of Banned Drugs. How : Get - URL/user/druglist
Search for the particular Banned Drug. How : Get - URL/user/search/<drug_name>
Create database "drug". How : Post - URL/user/createdb
Insert the new Banned Drug into Database (1 drug once) How : Post - URL/user/addbanneddrug In Body of Post object send : { drugid : value , drugname : value }
Delete database "drug". How : Post - URL/user/deletedb