curl --location --request GET 'https://mcs-gateway.fscut.com/cn-api/api/material/list/v2' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001'
{
"status": 0,
"msg": "OK",
"data": [
{
"id": 1232,
"material": "冷轧板",
"density": 7.85,
"plate_amount": 197
}
]
}