{
"id": 4,
"status": 0,
"type": "text",
"data": "Hello World My Dears",
"userCreated": {
"id": "-99"
},
"userChanged": {
"id": "-99"
}
}
curl --location --request PUT 'https://prod.your-api-server.com/api/v1/share' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4,
"status": 0,
"type": "text",
"data": "Hello World My Dears",
"userCreated": {
"id": "-99"
},
"userChanged": {
"id": "-99"
}
}'{}