curl --location --request POST 'https://api-test.spotgo.eu/api/v1/accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "jonas@spotgo.eu",
"role": "forwarder",
"name": "Jonas",
"surname": "Mil",
"phoneNumber": "+37060122314",
"timeZone": "Europe/Warsaw",
"language": "EN"
}'{}