{
"postId": "string",
"comment": "string",
"userId": "string",
"nickname": "string",
"status": "Approved"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/blog//comment/' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": "string",
"comment": "string",
"userId": "string",
"nickname": "string",
"status": "Approved"
}'
{}