{"id":1}
curl --location --request DELETE '/api/account/destroy' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{"id":1}'
{"state":"success"}