curl --location --request POST 'https://demo.myshopify.com//admin/api//gift_cards//disable.json'{
    "gift_card": {
        "disabled_at": "2023-01-03T12:30:07-05:00",
        "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:07-05:00",
        "currency": "USD",
        "line_item_id": null,
        "api_client_id": null,
        "user_id": null,
        "note": null,
        "expires_on": null,
        "last_characters": "0d0d",
        "order_id": null
    }
}