curl --location --request GET '/api/v1/indicator-service/individual-indicator?stockId=1001' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwidXNlcklkIjoxLCJyb2xlcyI6WyJBRE1JTiJdLCJqdGkiOiJiZjI0ZGQzM2YyYmIiLCJpc3MiOiJodHRwczovL2FjY291bnRzLmJleW9uZC5jb20iLCJpYXQiOjE3NTg3ODA4MTAsImV4cCI6MTc1ODc4MjYxMH0.CSoNJRrZ7fM0qFIJ5WxnXRwQ5DDQ0N7P8shGU_4QVoM' \
--header 'Content-Type: application/json' \
--data-raw '{}'{"code":200,"message":"OK","items":[{"stockId":1001,"date":"2025-09-10T15:00:00.000+00:00","result":"SELL","strongSell":10,"sell":20,"hold":3,"buy":1,"strongBuy":0}]}