{
"materialId": "string",
"storageLocationId": "string"
}
curl --location --request POST 'http://localhost:7006/materialBind/addMaterialBind' \
--header 'Content-Type: application/json' \
--data-raw '{
"materialId": "string",
"storageLocationId": "string"
}'
{}