{
"brand": {
"id": 4
},
"name": "L9000123",
"especifications": "",
"type": {
"id": 10
},
"interface": null,
"output": null,
"input": null,
"voltage": null,
"current": null,
"dimension_x": null,
"dimension_y": null,
"dimension_z": null,
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/devicemodel' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": {
"id": 4
},
"name": "L9000123",
"especifications": "",
"type": {
"id": 10
},
"interface": null,
"output": null,
"input": null,
"voltage": null,
"current": null,
"dimension_x": null,
"dimension_y": null,
"dimension_z": null,
"userCreated": {
"id": -1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
}
}'{}