API not showing localization data

ST no locale with populate:

// 20240610162416
// http://localhost:1337/api/testst?populate=*

{
  "data": {
    "id": 1,
    "attributes": {
      "test": "test en",
      "createdAt": "2024-06-10T23:23:38.726Z",
      "updatedAt": "2024-06-10T23:23:43.955Z",
      "publishedAt": "2024-06-10T23:23:39.577Z",
      "locale": "en",
      "localizations": {
        "data": [
          {
            "id": 2,
            "attributes": {
              "test": "test fr",
              "createdAt": "2024-06-10T23:23:43.901Z",
              "updatedAt": "2024-06-10T23:23:44.791Z",
              "publishedAt": "2024-06-10T23:23:44.789Z",
              "locale": "fr"
            }
          }
        ]
      }
    }
  },
  "meta": {
    
  }
}