Create experience endpoint (beta)

This commit is contained in:
Alessandro Ferro
2025-04-18 11:40:52 +02:00
parent 92e4997ccb
commit 597a9c1dae
36 changed files with 603 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: RemoveOrganizationAdmin
type: http
seq: 12
}
delete {
url: http://localhost:3000/api/organizations/1/admins/me
body: json
auth: none
}
headers {
Content-Type: application/json
User-Agent: insomnia/2023.5.8
}