curl --location '/api/v1/companies?keyword=%EC%9E%90%EC%82%B0%EC%9D%B4%EC%9D%8C&page=0&size=10' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"errorCode": null,
"message": "회사 목록 조회에 성공했습니다.",
"data": {
"content": [
{
"companyId": "5da54c92-5fb9-11f1-9a46-8cb0e9d850cd",
"companyCode": "assetieum",
"companyName": "assetieum",
"employeeCount": 1,
"createdAt": "2026-06-06T13:56:18",
"updatedAt": "2026-06-06T13:56:19"
}
],
"page": 0,
"size": 10,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true
}
}