curl -s -X POST https://api.klinforge.de/v1/proms/score \
-H "Authorization: Bearer mk_test_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"prom_id": "nrs", "responses": {"q1": 7}}'
curl -s "https://api.klinforge.de/v1/codes/icd?q=Hueftarthrose&limit=5" \ -H "Authorization: Bearer mk_test_YOUR_KEY"
curl -s -X POST https://api.klinforge.de/v1/citations/resolve \
-H "Authorization: Bearer mk_test_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "10.1056/NEJMoa2029044"}'