pid=$(pgrep -f -d " " "gateway")
kill -9 $pid
pid=$(pgrep -f -d " " "user-service")
pid=$(pgrep -f -d " " "business-service")