{
"from_account_id": "apifoxtest1",
"to_account_id": "apifoxtest2",
"message_server_id": 9898831873144
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/messages/actions/p2p_read_receipt' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_account_id": "apifoxtest1",
"to_account_id": "apifoxtest2",
"message_server_id": 9898831873144
}'{
"code": 200,
"msg": "success",
"data": {
"timestamp": 1707028175485
}
}