Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request DELETE \
--url https://app.enzo.health/api/v1/user \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"email": "<string>",
"success": true
}curl --request DELETE \
--url https://app.enzo.health/api/v1/user \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"email": "<string>",
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.