API not showing localization data

with locale:

// 20240610162527
// http://localhost:1337/api/testst?locale=fr&populate=*

{
  "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",
      "localizations": {
        "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"
            }
          }
        ]
      }
    }
  },
  "meta": {
    
  }
}