Php – How should I pass the apiRequest "attachment" parameter for a FedEx Image upload
*** Updated: I'm using the FedEx REST API for image upload (/documents/v1/lhsimages/upload), and I'm getting back an error: [errors] => stdClass Object ( [code] => 1001 [message] => Invalid request: invalid input : Invalid document details ) I suspect the…