curl --location --request PATCH '/v2/signatories/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"phoneNumber": "string",
"qualification": "string",
"authMethod": "EMAIL"
}'{
"error": {
"code": "PHONE_NUMBER_REQUIRED",
"message": "Phone number is required for this authentication method."
}
}