you are requesting an area for which there is no data in your collection. You can check which area is covered using the catalog API or in the dashboard (go to the collection, “Tiles” tab, select the only tile)
“resx” and “resy” must be given in the units of the output coordinate system, which in your case is EPSG:4326 so the units are degrees, not meters. To get the full resolution, it is best to use the native coordinate system of the tile, in this case EPSG:32633. This can also be checked in the dashboard.
you did not provide the evalscript. For a true-color image you would use Pleiades bands 2,1, and 0 (red, green, blue respectively) and divide the values by an appropriate factor to scale the common reflectance values to the [0,1] range.
An example request that returns a full resolution image: