Authorization: ********************{
"status": 1,
"type": "stream",
"data": "Hello World My Dears",
"userCreated": {
"id": "-99"
}
}
curl --location 'https://prod.your-api-server.com/api/v1/share' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": 1,
"type": "stream",
"data": "Hello World My Dears",
"userCreated": {
"id": "-99"
}
}'{}