| r562 vs r563 | ||
|---|---|---|
| ... | ... | |
| 289 | 289 | 'Content-Type': 'application/x-www-form-urlencoded', |
| 290 | 290 | 'Authorization': 'Bearer API_KEY', |
| 291 | 291 | } |
| 292 | response = requests.post(f'https://theseed.io/api/v0/aclgroup', headers=headers, data=('group=차단된 사용자&username=nyangx3¬e=api&expire=1&mode=username | |
| 292 | response = requests.post(f'https://theseed.io/api/v0/aclgroup', headers=headers, data=('group=차단된 사용자&username=nyangx3¬e=api&expire=1&mode=username').encode('utf-8')) | |
| 293 | 293 | print(response) |
| 294 | 294 | }}} |
| 295 | 295 | * DELETE /api/v0/aclgroup |
| ... | ... |