How to upload image to LambdaTest?

How to upload image to LambdaTest?

Hi Joe,

To upload an image to the LambdaTest test cloud, you can use the curl command below:

curl -u "username:accesskey" -X POST "https://mobile-mgm.lambdatest.com/mfs/v1.0/media/upload" -F "media_file=@"IMAGE PATH"" -F "type="image"" -F "custom_id="SampleImage""