{
"obj": "comment13",
"text": "laboris irure aliqua",
"image_mids": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"rate": 9,
"anonymous": false,
"reply_uid": 2
}
curl --location --request POST 'https://bit101.flwfdd.xyz/reaction/comments' \
--header 'fake-cookie: {{fake_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"obj": "comment13",
"text": "laboris irure aliqua",
"image_mids": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"rate": 9,
"anonymous": false,
"reply_uid": 2
}'
{
"id": 0,
"obj": "string",
"text": "string",
"images": [
{
"mid": "string",
"url": "string",
"low_url": "string"
}
],
"user": {
"id": 0,
"create_time": "string",
"nickname": "string",
"avatar": {
"mid": "string",
"url": "string",
"low_url": "string"
},
"motto": "string",
"identity": {
"id": 0,
"color": "string",
"text": "string"
}
},
"anonymous": true,
"create_time": "string",
"update_time": "string",
"like": true,
"like_num": 0,
"comment_num": 0,
"own": true,
"rate": 0,
"reply_user": {
"id": 0,
"create_time": "string",
"nickname": "string",
"avatar": {
"mid": "string",
"url": "string",
"low_url": "string"
},
"motto": "string",
"identity": {
"id": 0,
"color": "string",
"text": "string"
}
},
"reply_obj": "string",
"sub": [
{}
]
}