i have a payload for fetch body that is like below
{
"name": "test",
"description": "test",
"images": {}
}
the problem is the images field is actually an image that uploaded by user but when i use JSON.stringify to send proper json to api, images field is turn to empty object {} and actual image is gone. what should i do right now?