curl --location --request DELETE 'https://gatta-sa.store/users/me' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "test1234" }'