Facebook's Batch Request not picking up a JSON parameter – Facebook api
My goal is to create a number of ads using Facebook's Batch API : https://developers.facebook.com/docs/marketing-api/asyncrequests/v2.9 I am sending a POST request at this URL: https://graph.facebook.com/v2.9/act_158365238/ads I am sending 2 parameters as per the documentation: 1- access_token 2- batch The JSON…