Authorization: ********************{
"serialNumber": "123-123-123-11",
"model": {
"id" : 85
},
"description": "Exame Room 1 Endoscope",
"userCreated": {
"id": -1
}
}curl --location 'https://prod.your-api-server.com/api/v1/device/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"serialNumber": "123-123-123-11",
"model": {
"id" : 85
},
"description": "Exame Room 1 Endoscope",
"userCreated": {
"id": -1
}
}'{}