curl -L \
--request PUT \
--url '/general/Company/Certificate' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"ID": 1,
"SerialNo": "text",
"StartDate": "2025-04-03T02:41:58.423Z",
"EndDate": "2025-04-03T02:41:58.423Z",
"Type": "MALIMUHUR",
"Password": "text",
"Description": "text"
}'