General Cashback: It works if cashback is enabled in the merchant settings ORVoucher Cashback: The voucher sent in voucher_id has a cashback configuration activecurl --location 'https://api.techrar.com/public-api/v1/wallets/cashback/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": 44,
"customer_profile_id": 1,
"total_amount": 100,
"associated_instance_id": 1,
"voucher_id": 12,
"source": "agnostic"
}'{
"is_voucher_cashback_deposited": false,
"is_cashback_deposited": false
}