Python HTTP-Request Example
(using the library requests)
git clone https://github.com/johannesloetzsch/LF7.git
cd src/examples/rest/python/client
python -m venv .venv
source .venv/bin/activate
python -m ensurepip
pip install -r requirements.txt
python ./example.py
Code: ./example.py