express-backend-uni/test/create_account.hurl
2024-05-21 09:31:32 +02:00

9 lines
209 B
Plaintext

POST http://localhost:3000/api/v1/accounts/
{
"number": 23123,
"name": "Aktiva",
"description": "Girokonto bei der Musterbank eG",
"type": "default",
"parentAccount": "Aktiva:Barvermögen:Bargeld"
}