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