{
"comment": "string",
"compensation_amount": 0,
"id": 0,
"rejection_reason_id": 0,
"return_for_back_way": 0,
"return_id": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v1/returns/rfbs/action/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"compensation_amount": 0,
"id": 0,
"rejection_reason_id": 0,
"return_for_back_way": 0,
"return_id": 0
}'