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