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