{ "$content-type": "multipart/form-data", "$multipart": [ { "body": @{body('Get_file_content_using_path')}, "headers": { "Content-Type": "@{variables('ContentType')}", "Content-Disposition": "form-data; name=\"@{outputs('Get_file_properties')?['body/{FilenameWithExtension}']}\"; filename=\"@{outputs('Get_file_properties')?['body/{FilenameWithExtension}']}\"" } } ] }