curl --location --request POST '/getTaxForm' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountHolderCode": "string",
"formType": "string",
"year": 0
}'{
"content": "string",
"contentType": "string",
"invalidFields": [
{
"errorCode": 0,
"errorDescription": "string",
"fieldType": {
"field": "string",
"fieldName": "accountCode",
"shareholderCode": "string"
}
}
],
"pspReference": "string",
"resultCode": "string"
}