awaiting_packaging(等待备货)。{
    "posting_number": "string",
    "products": [
        {
            "exemplarsIds": [
                "string"
            ],
            "product_id": 0,
            "quantity": 0
        }
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v4/posting/fbs/ship/package' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "posting_number": "string",
    "products": [
        {
            "exemplarsIds": [
                "string"
            ],
            "product_id": 0,
            "quantity": 0
        }
    ]
}'{
    "result": "string"
}