curl --location --request PUT 'https://demo.myshopify.com//admin/api//gift_cards/.json'
{
"gift_card": {
"expires_on": "2020-01-01",
"template_suffix": null,
"initial_value": "100.00",
"balance": "100.00",
"customer_id": null,
"id": 1035197676,
"created_at": "2023-01-03T12:21:36-05:00",
"updated_at": "2023-01-03T12:30:02-05:00",
"currency": "USD",
"disabled_at": null,
"line_item_id": null,
"api_client_id": null,
"user_id": null,
"note": null,
"last_characters": "0d0d",
"order_id": null
}
}