curl --location --request GET '/api/warehouse/info?id=2' \
--header 'Authorization;'
{
"state": "string",
"info": {
"id": 0,
"name": "string",
"number": "string",
"frame": 0,
"people": "string",
"tel": "string",
"add": "string",
"burden": true,
"alloc": true,
"state": true,
"data": "string"
}
}