curl --location --request POST 'https://demo.myshopify.com//admin/api//gift_cards.json'
{
"gift_card": {
"id": 1063936318,
"balance": "100.00",
"created_at": "2023-01-03T12:30:11-05:00",
"updated_at": "2023-01-03T12:30:11-05:00",
"currency": "USD",
"initial_value": "100.00",
"disabled_at": null,
"line_item_id": null,
"api_client_id": 755357713,
"user_id": null,
"customer_id": null,
"note": "This is a note",
"expires_on": null,
"template_suffix": "gift_cards.birthday.liquid",
"last_characters": "mnop",
"order_id": null,
"code": "abcdefghijklmnop"
}
}