{
"id": 2,
"name": "youtube@zscansoftware.com",
"socialNetwork": {
"id": 3
},
"dateHourCreated": "2018-05-28T15:28:26.000Z",
"dateHourChanged": "2018-05-28T15:28:26.000Z",
"dateHourDeleted": null
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/socialnetworkprofile' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"name": "youtube@zscansoftware.com",
"socialNetwork": {
"id": 3
},
"dateHourCreated": "2018-05-28T15:28:26.000Z",
"dateHourChanged": "2018-05-28T15:28:26.000Z",
"dateHourDeleted": null
}'{}