file (required): The file to upload. File size must be less than 50 MBapplication/pdftext/plainapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentapplication/mswordimage/pngimage/jpegimage/jpg200 OK : Returns the details of the uploaded document, including its name, type, size, and storage path.curl --location --request POST 'https://api.recruspace.com/api/v1/utilities/upload-file/' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"id": 0,
"path": "string",
"name": "string",
"type": "string",
"file_size": -2147483648,
"base": "string",
"presigned_url": "string",
"uploaded_at": "2019-08-24T14:15:22Z"
}