Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"order_product_id": 1,
"rating": 1,
"title": "xxx",
"content": "yyy"
}
Request Code Samples
curl --location --request POST 'https://api.innoshop.net/api/reviews' \
--header 'locale: zh_cn' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_product_id": 1,
"rating": 1,
"title": "xxx",
"content": "yyy"
}'
Responses
application/json Modified at 2024-09-04 13:09:33