{
"productId": "string",
"materialId": "string",
"subId": "string",
"status": "string"
}
curl --location --request POST 'http://localhost:7005/materialSub/addMaterialSub' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"materialId": "string",
"subId": "string",
"status": "string"
}'
{}