Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request POST 'https://api.ticaret.pro/wa/messages/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerSessionId": "string",
"targets": [
{
"remoteJid": "string",
"messageId": "string",
"fromMe": true,
"participant": "string"
}
]
}'{
"status": true,
"data": {
"providerSessionId": "string",
"action": "string",
"success": true,
"messageId": "string",
"remoteJid": "string",
"fromMe": true,
"result": {
"property1": "string",
"property2": "string"
}
}
}