Authorization: Bearer ********************
{
"oddNumbers": "string"
}
curl --location --request POST 'http://ip:port/openApi/wms/v1/open/stocks/allocation/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"oddNumbers": "string"
}'