Authorization: ********************curl --location '/api/v1/core/company/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"companyName": "string",
"pdfPasswordEnabled": true
}'{
"success": true,
"error": null,
"data": {
"updated": true
}
}