GET examples:
/kv/key?api_key=API_KEY

POST examples:

        curl -X POST "http://localhost:8082/kv/key1" \
            -H "Authorization: Bearer API_KEY" \
            -d 'Hello World'

        curl -X POST "http://localhost:8082/kv/key2?api_key=API_KEY" \
            -d 'Hello World'