#!/bin/bash TOPIC=topic1 URL=http://127.0.0.1:9051/topic/create?topic=$TOPIC echo URL: $URL curl -X POST $URL