Upload image in theme assets using API

I’m using a shopify API to upload a customize image into theme assets.
e.g. $image_json = $this->shopifyapi->call(“PUT”, “/admin/api/2024-04/themes/140456984850/assets.json”, $image);

Here $image_json returning public_url for image but actually image is not uploading into assets. Also for some images it is working fine and for some images it is showing shopify exception. Please help me . Thanks in advance.

What is the exception you are receiving? One guess could be related to the size of images…

Image size is correct up to 200kb but still not uploading image in assets.