Template
1
0

feat: add currency assertion to account creation

This commit is contained in:
2025-12-06 05:01:01 +01:00
parent be9b8e9e55
commit ce4d5ba013
8 changed files with 77 additions and 49 deletions

View File

@@ -12,9 +12,9 @@ post {
body:json {
{
"walletId": "56f2aba8-5687-4e63-8d6a-e120b50ef891",
"walletId": "c13bd907-d760-4628-95e8-a723a54dff83",
"currency": "NOK",
"label": "NOK Savings"
"label": "Sample Funds"
}
}