Tiny tweaks for readability that I tested locally
This commit is contained in:
parent
7cdacf573c
commit
35133e51a1
1 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ headers = {"Content-Type": "application/json", "Authorization": f"Bearer {token}
|
|||
|
||||
r = requests.request("POST", url, headers=headers, data=payload)
|
||||
|
||||
print("\n")
|
||||
print(r.status_code)
|
||||
print(r.text)
|
||||
print("\n")
|
||||
print(r.json())
|
||||
|
|
|
|||
Loading…
Reference in a new issue