Hi,
I'm trying to upload file using rest API and getting 500 Internal Server Error.
URL: https://upload.box.com/api/2.0/files/content
Header :- "Authorization: Bearer XYZ"
Body(form-data) : attributes='{"name":"test.png", "parent":{"id":""4***phone number removed for privacy***}}'
file=file will be here
Postman screenshot are following:-

Please help ASAP.