Authorization: Bearer ********************{
"id": 2,
"originalUrl": "http://localhost:3004",
"extension": "png",
"patient": 1,
"userCreated": 1,
"userChanged": 1,
"dateHourCreated": "2024-10-31T10:53:35.000Z",
"dateHourChanged": "2024-10-31T13:55:37.566Z",
"dateHourDeleted": null
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/ftpImage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"originalUrl": "http://localhost:3004",
"extension": "png",
"patient": 1,
"userCreated": 1,
"userChanged": 1,
"dateHourCreated": "2024-10-31T10:53:35.000Z",
"dateHourChanged": "2024-10-31T13:55:37.566Z",
"dateHourDeleted": null
}'{}