r562 vs r563
......
289289
'Content-Type': 'application/x-www-form-urlencoded',
290290
'Authorization': 'Bearer API_KEY',
291291
}
292
response = requests.post(f'https://theseed.io/api/v0/aclgroup', headers=headers, data=('group=차단된 사용자&username=nyangx3&note=api&expire=1&mode=username&asdf=asdf').encode('utf-8'))
292
response = requests.post(f'https://theseed.io/api/v0/aclgroup', headers=headers, data=('group=차단된 사용자&username=nyangx3&note=api&expire=1&mode=username').encode('utf-8'))
293293
print(response)
294294
}}}
295295
* DELETE /api/v0/aclgroup
......