{
"name": "Things 43",
"url": "https://43things.com/",
"description": "Goal setting and achievement",
"flag": null,
"profile": null,
"dateHourCreated": "2018-05-28T15:15:00.000Z",
"dateHourChanged": "2018-05-28T15:15:00.000Z",
"dateHourDeleted": null
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/socialnetwork' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Things 43",
"url": "https://43things.com/",
"description": "Goal setting and achievement",
"flag": null,
"profile": null,
"dateHourCreated": "2018-05-28T15:15:00.000Z",
"dateHourChanged": "2018-05-28T15:15:00.000Z",
"dateHourDeleted": null
}'{}