{ "text": "string" }
curl --location --request PUT '/posts//comments/' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "string" }'
{}