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