#!/bin/bash

curl -s -k -X GET https://localhost:8443/um/token | grep -w 'Token' | cut -d ">" -f2 | cut -f1 -d "<"
