curl --location --request DELETE 'http://localhost:8000/api/transactions/' \ --header 'Cookie: access_token=' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0 }'
{}