{
"id": 0,
"resourcenumber": "string",
"warehouselocation": "string",
"quantity": 0,
"resourcename": "string"
}curl --location --request POST '/justintine/MMoldwarehouse/SaveRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"resourcenumber": "string",
"warehouselocation": "string",
"quantity": 0,
"resourcename": "string"
}'