Translate Dynamic API response

In my page all the products I display comes from external api dynamically, I want to translate those content with crowdin api which accept the json and returns translated json response in the same inputted json format. How do I achieve this ? please give me an example code to do this.
Example input JSON:
{
“Data”: {
“Count”: 71,
“AllProducts”: [
{
“ProductId”: 20088,
“OmsProductId”: 20088,
“ProductName”: “Power Oil Bottle 2.6l X 8”,
“Price”: 60500.0000,
“BrandID”: 1096,
“CategoryID”: 165,
“ProductCode”: “VOB2600E”,
“Unit”: null,
“UnitSize”: “0”,
“UnitWeight”: “0”,
“TotalHeight”: “0”,
“TotalLength”: “0”,
“TotalWeight”: “0”,
“ProductMeasurement”: “”,
“Description”: “2.6ltrs bottle”,
“HasOrderLimit”: false,
“AvailableUnits”: 373,
“AvailableUnitsInStock”: 373,
“MaxOrderableQuantity”: 373,
“HasAvailableStock”: true,
“PromoPrice”: 59900.0000,
“ProductImages”: [
{
“InventoryId”: 0,
“ProductId”: 20088,
“OmsProductId”: 20088,
“ProductImageId”: 7616,
“ProductImage”: “uploads/photogallery/photo200/637499166054223934.png”
}
],
“StockPointID”: 1645887,
“BuyingRate”: 60000.0000,
“FCLocationID”: 125,
“WareHouseTypeId”: 1,
“HasBrandLoyalty”: true,
“BrandLoyaltyCriteria”: “On every 1 unit save ₦120 for prime retailers”,
“PrimePrice”: 59780.0000,
“PrimeSavings”: 720.0000,
“CreatedDate”: “2020-06-11T06:08:20.617”,
“IsNew”: false,
“IsOnSale”: true,
“CategoryName”: “Oil”,
“BrandName”: “Power Oil”
}
]
},
“Version”: “1.0.0”,
“DateTime”: “2024-08-02T06:43:31.9840381Z”,
“ResponseType”: “SUCCESS”,
“Message”: “”,
“MessageTitle”: “Good Job”,
“Errors”: null,
“StatusCode”: “OK”
}

Hello @omnibiz

Your request requires some additional research. One of our representatives will contact you via email for further details. Please expect our expert to get in touch soon