Authorization: Bearer ********************
{
"blogUuid":"2",
"action":"mute"
}
curl --location --request POST '/api/product/blog/insert_blog_visit' \
--header 'Content-Type: application/json' \
--data-raw '{
"blogUuid":"2",
"action":"mute"
}'