Hello!
If you’re using a JSON API, you might need to convert the image to Base64 instead of using the `-F` option. Here’s a sample command for that:
```bash
curl -X POST -H "Content-Type: application/json" -d '{"image": "BASE64_ENCODED_STRING"}' https://yourapiendpoint.com/upload
```
Just ensure you replace `BASE64_ENCODED_STRING` with your actual image data.
If you’re using a JSON API, you might need to convert the image to Base64 instead of using the `-F` option. Here’s a sample command for that:
```bash
curl -X POST -H "Content-Type: application/json" -d '{"image": "BASE64_ENCODED_STRING"}' https://yourapiendpoint.com/upload
```
Just ensure you replace `BASE64_ENCODED_STRING` with your actual image data.
