curl --location --request GET 'https://api.softservv.co/whatsapp-accounts//conversations/' \
--header 'Authorization: Bearer <token>'{
"status": "Success",
"data": [
{
"number": "27823456789",
"last_message_date": "2025-05-15 09:59:00"
}
]
}