Any one help me , im getting error like "ValueError: Data must not be a string".
${file_data}= Get Binary File ${CURDIR}${/}image.jpg
${files}= Create Dictionary file ${file_data}
${data} Create Dictionary FriendlyName imagecreated
${HEADERS} Create Dictionary Content-Type application/x-www-form-urlencoded
${resp}= Post Request Baseurl /api/v1/projectFiles data=${data} headers=${HEADERS} files=${files}