curl --location --request POST '/api/Auth/Register' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string",
"confirmPassword": "string",
"phoneNumber": "string",
"companyName": "string",
"taxNumber": "string",
"taxAuthority": 0
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"email": "string",
"tenantCode": "string"
}
}