Inquiry regarding variable data and using it in Runner (Request body of form-data not the same with via csv runner)

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Basically, I’m trying to integrate with WHMCS API using their “AddProduct” API. and they said it should be like this

Now, I figured you need to use form-data in the body to make it work using “Bulk Edit” and it worked.

But upon using the runner with CSV data, form-data in “bulk edit” is different in variable data.

I know, there’s a code snippet that I can use to make it work and just read the CSV but I’m comfortable in using postman as may tool to add products.

Can Postman Community help me with this?

Thanks in advance.