curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/contacts/{submissionId} \
--header 'Content-Type: application/json' \
--data '{
"isRead": true
}'Mark a contact submission as read or unread. Requires store user authentication.
curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/contacts/{submissionId} \
--header 'Content-Type: application/json' \
--data '{
"isRead": true
}'