cURL
curl --request POST \ --url https://api.example.com/api/file/remove \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data '{ "id": "" }'
{}
The response is of type object.
object