/products/{product_id}/reviews

POST {{baseUrl}}/products/:product_id/reviews

Creates a new product review

Request Body

{"name"=>"<string>", "content"=>"<string>", "rating"=>"<integer>", "active"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating&quot;:&quot;\u003cinteger\u003e&quot;,&quot;active&quot;:true}