curl --location 'https://api.techrar.com/public-api/v1/wallets/deposit/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": 44,
"customer_profile_id": 1,
"amount_sar": 1,
"associated_instance_id": 1,
"type": "gift",
"source": "agnostic",
"notify_customer": true,
"is_refundable": false,
"expiration_date": null,
"tag": null
}'{
"is_success": true,
"error": null,
"point_id": 36602
}