{
"name" : "Asset A",
"ownership" : "organization",
"organizationId" : 1,
"sentralId" : 2,
"powerPlantId" : 1,
"powerPlantGeneratorId" : 1
}
curl --location --request POST 'http://localhost:8080/api/v1/asset' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Asset A",
"ownership" : "organization",
"organizationId" : 1,
"sentralId" : 2,
"powerPlantId" : 1,
"powerPlantGeneratorId" : 1
}'
{}