curl --request POST \
--url https://{host}/Agent/Account/CreateWebForm \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'UserName=<string>' \
--data 'EMail=<string>' \
--data 'PhoneNr=<string>' \
--data 'Password=<string>' \
--data 'RedirectionUrl=<string>' \
--data 'g-recaptcha-response=<string>'