curl --location '/api/v1/core/companies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": "string",
"taxId": "string",
"branchName": "string",
"phone": "string",
"email": "user@example.com",
"buildingNumber": "string",
"buildingName": "string",
"alley": "string",
"village": "string",
"villageNumber": "string",
"street": "string",
"subDistrictCode": "string",
"districtCode": "string",
"provinceCode": "string",
"postCode": "string"
}'