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