I have problem with uploading files in Katalon

I cannot upload files in this API
I gave this ERROR : Invalid name

@somayeh.nejatian

Please provide your test script, and the content of the console log.

curl -X POST “http://192.168.112.182:8080/api/files?folderHash=ROOT&isPublic=false&postProcess=true” -H “accept: /” -H “Authorization: Bearer 1702052a******” -H “Content-Type: multipart/form-data” -F “file=@WhatsApp Image 2020-12-28 at 10.48.31 AM.jpeg;type=image/jpeg”

Hello Thanh To .
First I want to run API that name is uploadfile which there is not have parameter (filename) so katalon replace the all value of root (C:\Users\Arash\Downloads\Untitled Diagram.jpg) which is invalid / this character for name and I gave Error “given name is invalid”.
I also add my error with details below.


{
“status”:400,
“error”:“Given name is invalid”,
“message”:“نام داده شده معتبر نمی باشد.”,
“path”:“POST /api/files”,
“timestamp”:“2020-12-30T07:57:28.977+0000”,
“reference”:“3f96aa9e-5c2c-3898-9ff3-6b9f0ee88716-cloudysky”
}