{
"rating": 5,
"author": "Trustoo",
"commented_at": "2025-06-20 00:00:00",
"source": "Shop",
"is_verified": 0,
"is_featured": 1,
"is_published": 0,
"is_top": 0,
"author_country": "US",
"author_phone": "",
"tag": "",
"content": "this is a test",
"media": {
"images": [
],
"thumbnails": [
],
"video": "",
"video_thumbnail": ""
},
"reply": {
"content": "Thank you",
"reply_at": "2025-06-20 00:00:00"
},
"author_email": "trustoo@gmail.com",
"order_id": "",
"product_id": 0,
"title": "test",
"item_type": "Red"
}
curl --location --request POST 'https://rapi.trustoo.io/api/v1/openapi/create_review' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 5,
"author": "Trustoo",
"commented_at": "2025-06-20 00:00:00",
"source": "Shop",
"is_verified": 0,
"is_featured": 1,
"is_published": 0,
"is_top": 0,
"author_country": "US",
"author_phone": "",
"tag": "",
"content": "this is a test",
"media": {
"images": [
],
"thumbnails": [
],
"video": "",
"video_thumbnail": ""
},
"reply": {
"content": "Thank you",
"reply_at": "2025-06-20 00:00:00"
},
"author_email": "trustoo@gmail.com",
"order_id": "",
"product_id": 0,
"title": "test",
"item_type": "Red"
}'
{}