How to request a POST using data/values from a file

Hi Team,

How can we send a POST request using data/values from a file with more than 100+ rows?

Here’s the template in json that values will be coming from the file:

{
“labels”: ,
“organization”: {
“product_id”: “RISE”,
“ecosystem_id”: “xxx”,
“externalId”: “BPS”,
“type”: “factory”,
“name”: “BPS Accessories Pvt. Ltd.”,
“address”: "xxx:,
“latitude”: 12.92509,
“longitude”: 80.10087,
“country”: “IN”,
“city”: “Chennai”,
“province”: “Tamil Nadu”,
“postal”: “600045”,
“isFoodFacility”:false,
“billing_information”: {
“name”: “1”,
“address”: “1”,
“city”: “city”,
“postal”: “postal”,
“province”: “province”,
“country”: “IN”,
“contact_name”: “c_name”,
“mobile”: “1”,
“tel”: “tel”,
“email”: “12@123.123”,
“location”: {
“lat”: 0.0,
“lng”: 0.0
}
}
},
“businessPartnerTypes”: [
“Fabric Supplier”,
“Packaging Supplier”
],
“contacts”: [
{
“externalId”: “0”,
“email”: “ajbawa@tritanworks.com”,
“firstName”: “Ajay”,
“lastName”: “Bawa”,
“phoneCountryCode”: “+91”,
“phoneNumber”: “9840794633”,
“functionalResponsibilities”: [
“Business Management”,
“Social Compliance”
]
}
]
“partners”: [
{
“externalId”: “79186”,
“name”: “Randa Accessories”,
“scope”: 1,
“type”:“partner”,
“manufacturingTypes”: [
2,
3
],
“authorizedCapabilities”: [
1
],
“registrationDate”: “2023-04-15”,
“registrationStatus”: 1,
“locationStatus”: “Available”,
“targetIOR”: true
}
]
}

Appreciate any instructions we can follow.

Thanks.