Authorization: Bearer ********************
{
"pageIndex": 1,
"pageSize": 5,
"total": 0,
"pages": 0,
"rows": []
}
curl --location --request POST '/overall-inventory/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 1,
"pageSize": 5,
"total": 0,
"pages": 0,
"rows": []
}'
{
"code": 10000,
"message": "success",
"data": 0
}