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