@@ -0,0 +1,8 @@
import requests
url = "http://127.0.0.1:8000/send_message"
data = {"message": "Hello, World!"}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=data, headers=headers)
print(response.json())
The note is not visible to the blocked user.