Impossible to access(display) the image url from Strapi v4 with ReactJS

{
  "data": [
     {
       "id": 1,
       "attributes": {
          "title": "First Post",
          "content": "lorem ipsum",
             "assets": {
                 "data": [
                    {
                     "id": 58,
                     "attributes": {
                     "name": "ines.jpg",
                     "alternativeText": "ines.jpg",
                     "caption": "ines.jpg",
                     "width": 750,
                     "height": 422,
                       "formats": {
                           "thumbnail": {
                              "name": "thumbnail_ines.jpg", 
                              "hash": "thumbnail_ines_989144172f",
                              "ext": ".jpg",
                              "mime": "image/jpeg",
                              "width": 245,
                              "height": 138,
                              "size": 15.25,
                              "path": null,
                              "url": "https://res.cloudinary.com/ddq8no3up/image/upload/v1647025922/thumbnail_ines_989144172f.jpg",
                             "provider_metadata": {
                            "public_id": "thumbnail_ines_989144172f",
                            "resource_type": "image"
                           }
                              },
                       },
                    }
                   }
                 }
               ]
             }
          } 
       }
    ],
}