curl --location --request POST 'https://api.openpay.dk/v1/accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Unsinkable 2",
"type": "shared_boat",
"currency": "DKK"
}'
{
"id": "2345",
"name": "Unsinkable 2",
"type": "shared_boat",
"icon": "⛵",
"balance": "0.00",
"currency": "DKK",
"status": "pending_verification",
"verfication_url": "https://app.openpay.dk/..."
}