#POST /accounts
Create an account.
json
{
"name": "North Fulfillment",
"email": "ops@north.example"
}json
{
"id": "acc_123",
"name": "North Fulfillment",
"email": "ops@north.example",
"createdAt": "2026-03-10T00:00:00.000Z",
"updatedAt": "2026-03-10T00:00:00.000Z"
}