Authorization: Bearer ********************{
"id": 5,
"broker": {
"id": -1
},
"number": "08887464330940200",
"expirate": null,
"coverage": "N",
"validity": null,
"coverageTemporary": null,
"patientId": 1,
"dateHourCreated": "2024-10-31T13:23:12.945Z",
"dateHourChanged": "2024-10-31T13:23:12.945Z"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/healthplan/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 5,
"broker": {
"id": -1
},
"number": "08887464330940200",
"expirate": null,
"coverage": "N",
"validity": null,
"coverageTemporary": null,
"patientId": 1,
"dateHourCreated": "2024-10-31T13:23:12.945Z",
"dateHourChanged": "2024-10-31T13:23:12.945Z"
}'{}