I'm Trying to create metadata on file using cUrl script like below but getting the error: 400 bad request.
curl -f -H "Authorization: Bearer HLLjqczWmFB8aWt35gjg3ECaSQpgMLlS" -H "Content-Type: application/json" -X POST https://api.box.com/2.0/files/***number removed for privacy***57/metadata/enterprise_1749521/template
Just FYI, I have created the "template" of template already.
Any idea on this?
thanks