curl --location --request POST 'https://partner-api-stage.p100.io/v1/user/balances/crypto-and-fiat' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"email": "jan.kowalski@example.pl",
"phone": "48601234567",
"firstName": "Jan",
"lastName": "Kowalski",
"street": "ul. Marszałkowska",
"number": "123/5",
"city": "Warszawa",
"postCode": "00-001",
"country": "PL",
"citizenship": "PL",
"nationality": "PL",
"birthCountry": "PL",
"birthDate": "1990-05-15"
}'