{ "message_id": "123456" }
curl --location --request PUT 'http://127.0.0.1:8000/message/' \ --header 'Content-Type: application/json' \ --data-raw '{ "message_id": "123456" }'
{ "success": "change is_read to True" }