comment 参数中解释您的决定。curl --location 'https://api-seller.ozon.ru/v2/returns/rfbs/reject' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data '{
"return_id": 0,
"comment": "string",
"rejection_reason_id": 0
}'{}