CI Tests with Local form-data/image

I have created various tests for a media upload endpoint. This endpoint is documented on the attached image.
It requires the user to submit a form-data / image request.

Using the local client it expects the image to be located on my local machine. However, how can I run this test using the CLI interface and specify the image location?

The CLI FAQs explain “How to Pass File Parameters Using CLI”, please check here: Apidog CLI Options - Apidog Docs

Fixed it! Thanks a lot, I missed that part in the docs!