curl --location 'https://api.techrar.com/api/v1/restaurants/25/wallet-credit-products/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'[
{
"id": 1001,
"name_en": "SAR 100 Credit",
"name_ar": "رصيد 100 ريال",
"description_en": "Add 100 SAR to your wallet",
"description_ar": "أضف 100 ريال إلى محفظتك",
"price": 100.00,
"credit_amount": 100.00,
"image": "https://example.com/credit.jpg",
"is_active": true
}
]