put https://fhir-api.zapehr.com/r4b/Device/
Device on the FHIR specification website.
A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.
The body should be a valid FHIR object for Device.
Here is an example:
{
  "resourceType": "Device",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675</p></div>"
  },
  "identifier": [
    {
      "system": "http://goodcare.org/devices/id",
      "value": "345675"
    }
  ]
}
You can reference the FHIR documentation to determine the format for Device.
