{
    "posting_number": "23281294-0063-2",
    "products": [
        {
            "exemplars": [
                {
                    "gtd": "",
                    "mandatory_mark": "010290000151642731tVMohkbfFgunB",
                    "jw_uin": ""
                }
            ],
            "product_id": 476925391
        }
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v4/fbs/posting/product/exemplar/validate' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "posting_number": "23281294-0063-2",
    "products": [
        {
            "exemplars": [
                {
                    "gtd": "",
                    "mandatory_mark": "010290000151642731tVMohkbfFgunB",
                    "jw_uin": ""
                }
            ],
            "product_id": 476925391
        }
    ]
}'{
    "result": {
        "products": [
            {
                "product_id": 476925391,
                "exemplars": [
                    {
                        "mandatory_mark": "010290000151642731tVMohkbfFgunB",
                        "jw_uin": "",
                        "gtd": "",
                        "valid": true,
                        "errors": []
                    }
                ],
                "valid": true,
                "error": ""
            }
        ]
    }
}