Authorization: ********************curl --location --request PUT 'https://api.edonusum.muhasip.pro/general/Company/Certificate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ID": 0,
"SerialNo": "string",
"StartDate": "2019-08-24T14:15:22.123Z",
"EndDate": "2019-08-24T14:15:22.123Z",
"Type": "MALIMUHUR",
"Password": "string",
"Description": "string"
}'true