``` docker run -p 8080:8080 ghcr.io/schubergphilis/mcvs-integrationtest-services/oktamock:0.4.1 ``` ``` curl http://localhost:55009/token -H "Content-Type: application/json" \ -d '{"custom_claims": {"allowed_services": "['hierarchy_api']","sub":"hello"}}' ```