curl --location --request DELETE 'https://transactions.srblabs.io/api/v1/users/me' \ --header 'Content-Type: application/json' \ --data-raw '{ "confirm": true }'
{ "message": "Operation completed successfully" }