Authorization: Bearer ********************
{ "status": "string" }
curl --location --request PUT '/api/file//status' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "string" }'