token: ********************
{}
curl --location --request GET 'http://cmi-api.gleg.site/api/transfer-material/1' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{}'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
null
]
}
}