I've a post api that takes a multipart/form-data and turns an objects as response. When I copy my request as cURL(bash) and paste it to postman, It turns a get request. When I checked all other areas, they're absolutely true except request method(post). I don't understand that why it turns get request.
I look up many resources but I didn't find anything related with this problem. Someone said that the request is forwarded and postman takes latest request.
Anyway, This problem took a lot of my time and when I delete the last part that contains this '------WebKitFormBoundary*****************\r\n' in my curl(bash), It turns post request.
I don't understand why it turns to get request ? I guess error's reason's webkitformboundary but I'm not sure.