{ "id": 1 }
curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/livebackup/' \ --header 'Authorization: {{auth_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{}