'init'
This commit is contained in:
10
localAPI-main/py-examples/example-delete-profile-cache.py
Normal file
10
localAPI-main/py-examples/example-delete-profile-cache.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import requests
|
||||
|
||||
url = "http://localhost:50325/api/v1/user/delete-cache"
|
||||
|
||||
payload={}
|
||||
headers = {}
|
||||
|
||||
response = requests.request("POST", url, headers=headers, json=payload)
|
||||
|
||||
print(response.text)
|
||||
Reference in New Issue
Block a user