curl --request PATCH \
--url {schemes}://api.upsun.com/projects/{projectId}/provisioners/{certificateProvisionerDocumentId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"directory_url": "<string>",
"email": "<string>",
"eab_kid": "<string>",
"eab_hmac_key": "<string>"
}
'