{
"compensation_amount": "string",
"return_id": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v2/returns/rfbs/compensate' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"compensation_amount": "string",
"return_id": 0
}'{}