From d58452b28904c4764cfa218a08cabfcbe2a4876e Mon Sep 17 00:00:00 2001 From: ff6347 Date: Tue, 10 Oct 2023 10:33:21 +0200 Subject: [PATCH] docs: Example request tu user profiles --- docs/api.http | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.http b/docs/api.http index 14f3bf3..d907674 100644 --- a/docs/api.http +++ b/docs/api.http @@ -3,3 +3,9 @@ GET http://localhost:54321/rest/v1/general_overview apikey: "{{$token}}" Authorization: "Bearer {{$token}}" + +### + +GET http://localhost:54321/rest/v1/user_profiles +apikey: "{{$token}}" +Authorization: "Bearer {{$token}}" \ No newline at end of file