{
"id": 1,
"favoriteTitle": "Primeiro teste",
"exam": {"id": 1},
"dateHourCreated": "2018-04-16T18:09:45.000Z",
"dateHourChanged": "2018-12-10T19:18:58.000Z",
"dateHourDeleted": "2018-12-10T19:18:58.000Z"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/favoritereport' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"favoriteTitle": "Primeiro teste",
"exam": {"id": 1},
"dateHourCreated": "2018-04-16T18:09:45.000Z",
"dateHourChanged": "2018-12-10T19:18:58.000Z",
"dateHourDeleted": "2018-12-10T19:18:58.000Z"
}'{}