Authorization: Bearer ********************curl --location --request DELETE '/user/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"confirmation": "string"
}'{
"status": "string",
"message": "string",
"user_id": 0,
"timestamp": "2019-08-24T14:15:22Z"
}