{
"mutationType" : "mutasi_dalam_satu_wilayah",
"mutationDate" : "2024-10-10",
"initialSentral" : "PLT A",
"destinationArea" : "JAWA 1",
"destinationSentral" : "PLT B",
"documentId" : "docid"
}
curl --location --request POST 'http://localhost:8080/api/v1/assetMutation' \
--header 'Content-Type: application/json' \
--data-raw '{
"mutationType" : "mutasi_dalam_satu_wilayah",
"mutationDate" : "2024-10-10",
"initialSentral" : "PLT A",
"destinationArea" : "JAWA 1",
"destinationSentral" : "PLT B",
"documentId" : "docid"
}'
{}