{
"id": 0,
"content": "string",
"authorId": 0,
"title": "string",
"displayPhoto": "string",
"displayPhotoWidth": 0,
"displayPhotoHeight": 0,
"displayContent": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"linkConfigIdList": [
0
],
"navigationIdList": [
0
],
"tagConfigIdList": [
0
],
"resouceList": [
{
"id": 0,
"postId": 0,
"type": 0,
"orientation": 0,
"url": "string",
"sort": 0,
"createTime": "string",
"updateTime": "string"
}
]
}
curl --location --request POST 'https://test.myusmile.online/health/post/update' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"content": "string",
"authorId": 0,
"title": "string",
"displayPhoto": "string",
"displayPhotoWidth": 0,
"displayPhotoHeight": 0,
"displayContent": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"linkConfigIdList": [
0
],
"navigationIdList": [
0
],
"tagConfigIdList": [
0
],
"resouceList": [
{
"id": 0,
"postId": 0,
"type": 0,
"orientation": 0,
"url": "string",
"sort": 0,
"createTime": "string",
"updateTime": "string"
}
]
}'
{}