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