Nice to have to support dynamic header value such as Request-Reference-No or Trace-Id with random UUID value on each request
siege \
-H 'request-reference-no: `$(uuidgen)`' \
-H 'channel: android' \
-H 'customerId: ead05c66-1420-44c2-a353-6b6e298481d4' \
http://localhost:9001/api/v1/sample-api \
--concurrent=150 --time=60S -b -v --log=/tmp/siege.log