{
"id": 1,
"content": "string"
}curl --location '/merchant-api/v1/merchant/order-reviews/reply' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"content": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"orderId": 0,
"orderNo": "string",
"merchantId": 0,
"reviewerAccountId": 0,
"rating": 0,
"content": "string",
"anonymous": true,
"status": "string",
"replyContent": "string",
"replyAt": "string",
"tags": [
{
"id": 0,
"scope": "string",
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
],
"media": [
{
"id": 0,
"reviewId": 0,
"mediaType": "string",
"objectKey": "string",
"url": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string",
"sortOrder": 0,
"auditStatus": "string",
"auditSuggestion": "string",
"auditLabel": "string",
"auditMessage": "string",
"auditRequestId": "string",
"auditAt": "string",
"createdAt": "string"
}
],
"scores": [
{
"id": 0,
"reviewId": 0,
"dimension": "string",
"rating": 0
}
],
"createdAt": "string",
"updatedAt": "string"
}
}