curl --location --request PUT 'http://whatsapp.local/messages/' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "read" }'
{}