Uploading image file via Rest API but not working

Hey @teamreactjs! You likely need to format the value of gallery_image similar to this post

{ data: {{ deviceImage.value[0] }}, ...{{ deviceImage.files[0] }} }

Let me know if that helps!