curl --location 'https://api.techrar.com/public-api/v1/vouchers/usage/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": 44,
"code": "nana",
"action": "use",
"customer_profile_id": 1
}'{
"message": "Voucher updated successfully"
}