curl --location -g --request GET 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/getStatusStatistic/<Your apiTokenInstance from your Green API account>?idMessage={{id_Message}}'
[
{
"participant": "11001234567@c.us",
"timestamp": 1587129319,
"status": "read"
},
{
"participant": "71234567891@c.us",
"timestamp": 1587129319,
"status": "delivered"
}
]