I have to create a Stripe product via API, but I can’t insert an array of images in the “images” parameter, either in the query string or in the body.
https://docs.stripe.com/api/products/update
I was able to create the product without images.
Then I tried to update the product by adding an image.
I tried inserting the JSON code in the body, as shown in this screenshot of a log on the Stripe website.
Nothing worked.
How can I resolve this issue?