python fragment_api_example.py --username @someuser --quantity 50 --quote-only
python fragment_api_server.py --host 127.0.0.1 --port 8080 --config storage/stars/cfg.json --secrets storage/stars/secrets.json
python fragment_api_setup.py init
python fragment_api_setup.py checkMarket endpoints:
curl "http://127.0.0.1:8080/market/usernames?item_filter=auction&sort=listed"
curl "http://127.0.0.1:8080/market/numbers?item_filter=sale&sort=price_asc"
curl "http://127.0.0.1:8080/market/number/8888888"
curl "http://127.0.0.1:8080/market/number/8888888/bids"