[request addData:data forKey:@"data[0]"];
it returns {"meta":{"status":401,"msg":"Not Authorized"},"response":[]}
with this
[request addData:data forKey:@"data"];
{"meta":{"status":400,"msg":"Bad Request"},"response":{"errors":["Please select a photo to upload."]}}
many thanks,