Authorization: Bearer ********************curl --location --request DELETE '/api/v1/companies/' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"errorCode": null,
"message": "회사 삭제에 성공했습니다.",
"data": {
"companyId": 1,
"deletedAt": "2026-06-01T10:00:00"
}
}