{ "role": "string", "grade": 0, "text": "string" }
curl --location --request PUT '/users//reviews' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "string", "grade": 0, "text": "string" }'
{}