{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"normalBalance": "debt",
"accountingType": "assets",
"number": "string",
"currency": "cad",
"mayOverdraft": true
}
curl --location --request POST '/v2/internal/Accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"normalBalance": "debt",
"accountingType": "assets",
"number": "string",
"currency": "cad",
"mayOverdraft": true
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"created": {},
"modified": {},
"normalBalance": "debt",
"accountingType": "assets",
"number": "string",
"currency": "cad",
"amount": 0,
"pendingAmount": 0,
"totalAmount": 0,
"mayOverdraft": true
}