{
"title": "Create order securely",
"description": "As a customer, I want to create an order securely so that I can purchase items.",
"acceptanceCriteria": [
{
"id": "AC-001",
"text": "Given valid order data, when I submit the order, then the order is created.",
"format": "given_when_then"
}
],
"priority": "Low",
"labels": [
"FR"
]
}