curl --location --request POST '/org/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"Organization": {
"RequestId": "24fee52673944049",
"Number": "914337658",
"Name": "Company AB",
"Street": "Eriksbo Västergärde 72",
"City": "Hillerstorp",
"PostalCode": "33033",
"CountryCode": "NO",
"Website": "https://www.company-ab.se",
"Telephone": "+460738139099",
"ContactName": "Maja Sophia Andersson",
"ContactPhone": "+460738139099",
"ContactEmail": "msa@cmi-ab.se",
"WorkflowSetupId": "22467",
"FUIs": [
{
"Identification": "005569112345.00003312345.SHB.SE",
"AgreementId": "124578963",
"Description": "FUI to the SHB bank",
"IsMain": "true",
"Status": "Active",
"BankAccountType": "PlusGiro",
"ActivationDate": "2022-01-01",
"ExpirationDate": "2099-01-01",
"Accounts": [
{
"Number": "1895572",
"BankAccountType": "PlusGiro",
"Status": "Active",
"Description": "PlusGiro account"
}
]
}
]
},
"Subscription": {
"SubscriptionId": "DYubVXsH5pkH5rNXMJm9zjNQWSjQ1wYr",
"StorageId": "267"
}
}'