curl --location --request PATCH 'http://localhost:8851/api/company-industries/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTY5NDg1NjAyN30.ucimYoIO3BLwsXzgFdT9D2F08goUkTojjvK8NZ41Tu7hMHw7eNaX_jv2pWQY0pQcgGhRSpsxceGthP-n4R5w1w' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string",
"industryId": "8e0105ff-760c-4e67-b648-a7168029a6ea",
"companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda"
}